[]
Gets the sheet at the special index.
public virtual T this[int index] { get; }
Public Overridable ReadOnly Default Property Item(index As Integer) As T
Type | Name | Description |
---|---|---|
int | index | An |
Type | Description |
---|---|
T | The sheet at the special index. |