[]
Gets the worksheet using the index.
IWorksheet this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
Gets the worksheet using the name.
IWorksheet this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The worksheet's name. |
Gets worksheets by names.
IWorksheets this[string[] name] { get; }
| Type | Name | Description |
|---|---|---|
| string[] | name | An array that represents names of worksheets. |