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)
Syntaxpublic IChartDataCell this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As IChartDataCell
Get
public:
virtual property IChartDataCell^ default[int index] {
IChartDataCell^ get (int index) sealed;
}abstract Item : IChartDataCell with get
override Item : IChartDataCell with get
Parameters
- index
- Type: SystemInt32
Index of a cell.
Return Value
Type:
IChartDataCellCell with data.
Implements
IChartCellCollectionItemInt32
See Also