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