[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.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

The ITable name.

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

The index.