[]
使用索引获取工作表。
IWorksheet this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | 索引。 |
使用名称获取工作表。
IWorksheet this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | 工作表的名字。 |
通过名称获取工作表。
IWorksheets this[string[] name] { get; }
| Type | Name | Description |
|---|---|---|
| string[] | name | 表示工作表名称的数组。 |