add
add(ChartDataCell cell) method
Add new cell to the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| cell | ChartDataCell | New cell to add. |
Returns
void
add(Object value) method
Creates ChartDataCell from specified value and adds it to the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | The value. 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 |
Returns
void
Exception
| Exception | Condition |
|---|---|
| com.aspose.ms.System.InvalidOperationException | if limit exceeded |