[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INotifySelectionChanged.SetSelection

SetSelection Method

SetSelection(int, int, int, int)

Selects the cells in the specified range.

Declaration
bool SetSelection(int row, int column, int rowCount, int columnCount)
Function SetSelection(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

int column

Column index of the first cell

int rowCount

Number of rows to add to the first cell to define the selection

int columnCount

Number of columns to add to the first cell to define the selection

Returns
Type Description
bool

true if successful; false otherwise