[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetSelectionModel.RemoveSelection

RemoveSelection Method

RemoveSelection(int, int, int, int)

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

Declaration
public virtual void RemoveSelection(int row, int column, int rowCount, int columnCount)
Public Overridable Sub RemoveSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
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

Implements