[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INotifySelectionChanged.AddSelection

AddSelection Method

AddSelection(int, int, int, int)

Adds a cell or cells to the selection.

Declaration
bool AddSelection(int row, int column, int rowCount, int columnCount)
Function AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
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

Returns
Type Description
bool

true if successful; false otherwise