ChartCellCollectionItem Property

Returns a cell (Aspose.Cells.Cell) by index.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IChartDataCell this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of a cell.

Return Value

Type: IChartDataCell
Cell with data.

Implements

IChartCellCollectionItemInt32
See Also