[]
Gets the worksheet using the index.
IWorksheet this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IWorksheet
Type | Name | Description |
---|---|---|
int | index | The index. |
Gets the worksheet using the name.
IWorksheet this[string name] { get; }
ReadOnly Default Property Item(name As String) As IWorksheet
Type | Name | Description |
---|---|---|
string | name | The worksheet's name. |
Gets worksheets by names.
IWorksheets this[string[] name] { get; }
ReadOnly Default Property Item(name As String()) As IWorksheets
Type | Name | Description |
---|---|---|
string[] | name | An array that represents names of worksheets. |