[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITables.Item

this Property

this[string]

Gets the ITable with the specified name.

Declaration
ITable this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITable
Parameters
Type Name Description
string name

A string value indicates the table name.

Property Value
Type Description
ITable

A ITable value represents the specified ITable.

this[int]

Gets the ITable at the specified index.

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

An integer value indicates the table index.

Property Value
Type Description
ITable

A ITable value represents the specified ITable.