Add()
Contents
[
Hide
]IChartCellCollection::Add(System::SharedPtr<IChartDataCell>) method
Add new cell to the collection.
virtual void Aspose::Slides::Charts::IChartCellCollection::Add(System::SharedPtr<IChartDataCell> chartDataCell)=0
Arguments
Parameter | Type | Description |
---|---|---|
chartDataCell | System::SharedPtr<IChartDataCell> | New cell to add. |
IChartCellCollection::Add(System::SharedPtr<System::Object>) method
Creates IChartDataCell from specified value and adds it to the collection.
virtual void Aspose::Slides::Charts::IChartCellCollection::Add(System::SharedPtr<System::Object> value)=0
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<System::Object> | The value. |
Remarks
This method adds worksheet with name AUTO_DATA and adds all values there. If you use IChartDataWorkbook 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
- Typedef SharedPtr
- Class IChartDataCell
- Class IChartCellCollection
- Class Object
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides