[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRows.Item

this Property

this[int]

Gets the ITableRow object at the specified index.

Declaration
ITableRow this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableRow
Parameters
Type Name Description
int index

An integer value indicates the index of the table column.

Property Value
Type Description
ITableRow

The ITableRow object at the specified index.