Formula
IChartDataCell.Formula property
Holt oder setzt die Formel im A1-Stil.
public string Formula { get; set; }
Beispiele
[C#]
IChartDataCell cell = workbook.GetCell(0, "B2");
cell.Formula = "1 + SUM(F2:H5)";
Siehe auch
- interface IChartDataCell
- namensraum Aspose.Slides.Charts
- Montage Aspose.Slides