set_Value()
ChartDataCell::set_Value(System::SharedPtr<System::Object>) method
Sets the value of a cell. Write System::Object.
void Aspose::Slides::Charts::ChartDataCell::set_Value(System::SharedPtr<System::Object> value) override
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
- Typedef SharedPtr
- Class Object
- Class ChartDataCell
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides