WebWorksheets.Item
WebWorksheets indexer (1 of 2)
Gets the Worksheet element at the specified index.
public WebWorksheet this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class WebWorksheet
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
WebWorksheets indexer (2 of 2)
Gets the Worksheet element at the specified index.
public WebWorksheet this[string sheetName] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class WebWorksheet
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb