[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.IsMerged

IsMerged Method

IsMerged(int, int)

Gets whether a cell at specified coordinates is merged, or not.

Declaration
public bool IsMerged(int row, int column)
Parameters
Type Name Description
int row

The 1-based row index of the cell to check.

int column

The 1-based column index of the cell to check.

Returns
Type Description
bool

Returns true if the XFRecord of the specified cell has it's fMergeCell member set to "true".