get_R1C1Formula()

ChartDataCell::get_R1C1Formula() method

Gets the formula in R1C1-style.

System::String Aspose::Slides::Charts::ChartDataCell::get_R1C1Formula() override

Remarks

auto cell = workbook->GetCell(0, u"C2");
cell->set_R1C1Formula(u"MAX(R2C6:R5C8) / 3");

See Also