get_R1C1Formula()
IChartDataCell::get_R1C1Formula() method
Gets the formula in R1C1-style.
virtual System::String Aspose::Slides::Charts::IChartDataCell::get_R1C1Formula()=0
Remarks
auto cell = workbook->GetCell(0, u"C2");
cell->set_R1C1Formula(u"MAX(R2C6:R5C8) / 3");
See Also
- Class String
- Class IChartDataCell
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides