[]
Gets the sheet tab using the index.
ISheetTab this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISheetTab
Type | Name | Description |
---|---|---|
int | index | The index. |
Type | Description |
---|---|
ISheetTab | The sheet tab at the specified index. |
Gets the sheet tab using the name.
ISheetTab this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISheetTab
Type | Name | Description |
---|---|---|
string | name | The name of the sheet tab. |
Type | Description |
---|---|
ISheetTab | The sheet tab with the specified name. |