[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetSpanModel.Add

Add Method

Add(int, int, int, int)

Adds a cell span to the collection.

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

Row index of cell at which to start span

int column

Column index of cell at which to start span

int rowCount

Number of rows in span

int columnCount

Number of columns in span

Returns
Type Description
bool

true if successful; false otherwise

Overrides
Implements