:: com :: sun :: star :: table ::

interface XMergeableCell
Base Interfaces
XMergeableCellXCell

XCell
(referenced interface's summary:)

Methods' Summary
getRowSpan returns the number of columns this cell spans.  
getColumnSpan returns the number of rows this cell spans.  
isMerged returns true if this cell is merged with another cell.  
Methods' Details
getRowSpan
long
getRowSpan();

Description
returns the number of columns this cell spans.
getColumnSpan
long
getColumnSpan();

Description
returns the number of rows this cell spans.
isMerged
boolean
isMerged();

Description
returns true if this cell is merged with another cell.
Top of Page