ExcelChartWorksheetsCollectionItem Property |
Gets the chart at the specified index from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartWorksheet this[
int chartIndex
] { get; }
Public ReadOnly Default Property Item (
chartIndex As Integer
) As ExcelChartWorksheet
Get
Parameters
- chartIndex
- Type: SystemInt32
The zero based index of the chart in collection.
Return Value
Type:
ExcelChartWorksheetThe chart at the specified index in collection.
See Also