Add()

ChartCellCollection::Add(System::SharedPtr<IChartDataCell>) method

Add new cell to the collection.

void Aspose::Slides::Charts::ChartCellCollection::Add(System::SharedPtr<IChartDataCell> cell) override

Arguments

ParameterTypeDescription
cellSystem::SharedPtr<IChartDataCell>New cell to add.

ChartCellCollection::Add(System::SharedPtr<System::Object>) method

Creates ChartDataCell from specified value and adds it to the collection.

void Aspose::Slides::Charts::ChartCellCollection::Add(System::SharedPtr<System::Object> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<System::Object>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

See Also