idx_get()

IChartCellCollection::idx_get(int32_t) method

Returns a cell (IChartDataCell) by index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of a cell.

Return Value

Cell with data.

See Also