[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetSpanModel.Add

Add Method

Add(int, int, int, int)

Adds a cell span to the collection.

Declaration
bool Add(int row, int column, int rowCount, int columnCount)
Function Add(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Parameters
Type Name Description
int row

Row index at which to start span

int column

Column index at which to start span

int rowCount

Number of rows in span

int columnCount

Number of columns in span

Returns
Type Description
bool