ExcelChartWorksheetsCollectionItem Property
Gets the chart at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartWorksheet this[
int chartIndex
] { get; }
Public ReadOnly Default Property Item (
chartIndex As Integer
) As ExcelChartWorksheet
Get
public:
property ExcelChartWorksheet^ default[int chartIndex] {
ExcelChartWorksheet^ get (int chartIndex);
}
member Item : ExcelChartWorksheet with get
- chartIndex Int32
- The zero based index of the chart in collection.
ExcelChartWorksheetThe chart at the specified index in collection.