GridWorksheetCollection.Item
GridWorksheetCollection indexer (1 of 2)
Gets the GridWorksheet
element at the specified index.
public GridWorksheet 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 GridWorksheet
- class GridWorksheetCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
GridWorksheetCollection indexer (2 of 2)
Gets the GridWorksheet
element with the specified name.
public GridWorksheet this[string sheetName] { get; }
Parameter | Description |
---|---|
sheetName | The name of the worksheet. |
Return Value
The GridWorksheet with the name.
See Also
- class GridWorksheet
- class GridWorksheetCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb