[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.GetMergeCells

GetMergeCells Method

GetMergeCells(int, int, int, int)

Gets the merged cell ranges in the specified range.

Declaration
public ArrayList GetMergeCells(int row, int column, int rowCount, int columnCount)
Public Function GetMergeCells(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As ArrayList
Parameters
Type Name Description
int row

Row index of the start of the range to search for merged cells

int column

Column index of the start of the range to search for merged cells

int rowCount

Number of rows of the range to search for merged cells

int columnCount

Number of columns of the range to search for merged cells

Returns
Type Description
ArrayList