R1C1Formula
IChartDataCell.R1C1Formula property
Holt oder setzt die Formel im R1C1-Stil.
public string R1C1Formula { get; set; }
Beispiele
[C#]
IChartDataCell cell = workbook.GetCell(0, "C2");
cell.R1C1Formula = "MAX(R2C6:R5C8) / 3";
Siehe auch
- interface IChartDataCell
- namensraum Aspose.Slides.Charts
- Montage Aspose.Slides