[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INotifySelectionChanged.RemoveSelection

RemoveSelection Method

RemoveSelection(int, int, int, int)

Removes the specified selection range from the selection list, if one exists.

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

Row index of the cell at which to start

int column

Column index of the cell at which to start

int rowCount

Number of rows to deselect

int columnCount

Number of columns to deselect

Returns
Type Description
bool

true if successful; false otherwise