[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetSelectionModel.AddSelection

AddSelection Method

AddSelection(int, int, int, int)

Adds a cell or cells to the selection.

Declaration
void AddSelection(int row, int column, int rowCount, int columnCount)
Sub AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index of the first cell to add

int column

Column index of the first cell to add

int rowCount

Number of rows to add

int columnCount

Number of columns to add