Add
Contents
[
Hide
]Add(IChartDataCell)
Add new cell to the collection.
public void Add(IChartDataCell cell)
Parameter | Type | Description |
---|---|---|
cell | IChartDataCell | New cell to add. |
See Also
- interface IChartDataCell
- class ChartCellCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
Add(object)
Creates ChartDataCell
from specified value and adds it to the collection.
public void Add(object value)
Parameter | Type | Description |
---|---|---|
value | Object | The value. |
Exceptions
exception | condition |
---|---|
InvalidOperationException | if limit exceeded |
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
See Also
- class ChartCellCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides