get_Value()
ChartDataCell::get_Value() method
Gets the value of a cell. Read System::Object.
System::SharedPtr<System::Object> Aspose::Slides::Charts::ChartDataCell::get_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