set_Value()

IChartDataCell::set_Value(System::SharedPtr<System::Object>) method

Sets the value of a cell. Write System::Object.

virtual void Aspose::Slides::Charts::IChartDataCell::set_Value(System::SharedPtr<System::Object> value)=0

Remarks

workbook->GetCell(0, u"F2")->set_Value(System::ObjectExt::Box<double>(-2.5));
workbook->GetCell(0, u"G3")->set_Value(System::ObjectExt::Box<double>(6.3));

See Also