[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.GetMergeCell

GetMergeCell Method

GetMergeCell(int, int)

Gets the merged cell range at the specified cell.

Declaration
public CellRange GetMergeCell(int row, int column)
Public Function GetMergeCell(row As Integer, column As Integer) As CellRange
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
CellRange