add method
Contents
[
Hide
]add
Add new cell to the collection.
def add(self, cell):
...
| Parameter | Type | Description |
|---|---|---|
| cell | IChartDataCell | New cell to add. |
add
Creates ChartDataCell from specified value and adds it to the collection.
def add(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | any | The value. |
Remarks
This method adds worksheet with name AUTO_DATA and adds all values there. If you use ChartDataWorkbook to add or edit Cell values, be sure that you do not use this worksheet
Maximum number of values added using this method must not exceed 16711680
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(InvalidOperationException)) | if limit exceeded |
See Also
- class
ChartCellCollection - class
ChartDataCell - class
ChartDataWorkbook - class
IChartDataCell - module
aspose.slides.charts - library
Aspose.Slides