set_R1C1Formula()
IChartDataCell::set_R1C1Formula(System::String) method
Sets the formula in R1C1-style.
virtual void Aspose::Slides::Charts::IChartDataCell::set_R1C1Formula(System::String value)=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