[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheets.Item

this Property

this[int]

使用索引获取工作表。

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

索引。

this[string]

使用名称获取工作表。

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

工作表的名字。

this[string[]]

通过名称获取工作表。

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

表示工作表名称的数组。