idx_get()

IChartDataWorksheetCollection::idx_get(int32_t) method

Returns the worksheet by index.

virtual System::SharedPtr<IChartDataWorksheet> Aspose::Slides::Charts::IChartDataWorksheetCollection::idx_get(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of the worksheet in the collection.

Return Value

Instance of the IChartDataWorksheet.

See Also