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