[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetSelectionModel.SetSelection

SetSelection Method

SetSelection(int, int, int, int)

Selects the specified cells.

Declaration
void SetSelection(int row, int column, int rowCount, int columnCount)
Sub SetSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
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