[]
        
(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; }
Parameters
Type Name Description
string name

The ITable name.

this[int]

Gets the ITable at the specified index.

Declaration
ITable this[int index] { get; }
Parameters
Type Name Description
int index

The index.