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