[]
Gets the specified IWorkbook by the zero based index.
IWorkbook this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IWorkbook
| Type | Name | Description |
|---|---|---|
| int | index | An integer value indicates the IWorkbook index. |
| Type | Description |
|---|---|
| IWorkbook | The GrapeCity.Spreadsheet.Worksheet at the specified index. |
IWorkbook this[string name] { get; }
ReadOnly Default Property Item(name As String) As IWorkbook
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| IWorkbook | The IWorkbook which has the specified name. |