[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Rows.Item

this Property

this[string]

Gets a new row for the specified tag.

Declaration
public Row this[string tag] { get; }
Public ReadOnly Default Property Item(tag As String) As Row
Parameters
Type Name Description
string tag

this[int]

Gets a new row for the specified row.

Declaration
public Row this[int row] { get; }
Public ReadOnly Default Property Item(row As Integer) As Row
Parameters
Type Name Description
int row
Exceptions
Type Condition
IndexOutOfRangeException

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

this[int, int]

Gets a new row for the specified range of rows.

Declaration
public Row this[int row, int row2] { get; }
Public ReadOnly Default Property Item(row As Integer, row2 As Integer) As Row
Parameters
Type Name Description
int row
int row2
Exceptions
Type Condition
IndexOutOfRangeException

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