ChartCellCollectionAdd Method (Object) |
Creates
ChartDataCell from specified value and adds it to the collection.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void Add(
Object value
)
Public Sub Add (
value As Object
)
public:
virtual void Add(
Object^ value
) sealed
abstract Add :
value : Object -> unit
override Add :
value : Object -> unit
Parameters
- value
- Type: SystemObject
The value.
Implements
IChartCellCollectionAdd(Object)
Exceptions
RemarksThis 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