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