[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Rows.Get

Get Method

Get(int)

Gets a specified row.

Declaration
public Row Get(int row)
Public Function [Get](row As Integer) As Row
Parameters
Type Name Description
int row

Row index

Returns
Type Description
Row

A specified row.

Exceptions
Type Condition
IndexOutOfRangeException

Specified row index is out of range. It must less than the row count or -1 for all.

Get(int, int)

Gets a specified range of rows.

Declaration
public Row Get(int row, int row2)
Public Function [Get](row As Integer, row2 As Integer) As Row
Parameters
Type Name Description
int row

Starting row index

int row2

Ending row index

Returns
Type Description
Row

A specified range of rows.

Exceptions
Type Condition
IndexOutOfRangeException

Specified row index is out of range. It must less than the row count or -1 for all.