ChartDataCell
Overview
ChartDataCell is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartDataCell.
Represents a cell in the chart data workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | int | Read | 0-based row index. |
column | int | Read | 0-based column index. |
value | object | Read | Gets or sets the cell value. |
chart_data_worksheet | IChartDataWorksheet | Read | References the worksheet that contains this cell |