[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddSelection

AddSelection Method

AddSelection(int, int, int, int)

Adds a selection on this sheet.

Declaration
public void AddSelection(int row, int column, int rowCount, int columnCount)
Public Sub AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Starting row index of selection

int column

Starting column index of selection

int rowCount

Number of rows in selection

int columnCount

Number of columns in selection