[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISheetTabs.Item

this Property

this[int]

使用索引获取工作表选项卡。

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

索引。

Property Value
Type Description
ISheetTab

指定索引的工作表选项卡。

this[string]

使用名称获取工作表选项卡。

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

工作表选项卡的名称。

Property Value
Type Description
ISheetTab

具有指定名称的工作表选项卡。