[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITables.Item

this Property

this[string]

获取具有指定名称的ITable

Declaration
ITable this[string name] { get; }
Parameters
Type Name Description
string name

The ITable 名称。

this[int]

获取指定索引处的ITable

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

索引。