idx_get()

ChartCellCollection::idx_get(int32_t) method

Returns a cell (IChartDataCell) by index.

System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartCellCollection::idx_get(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a cell.

Return Value

Cell with data.

See Also