Formula
IChartDataCell.Formula-Eigenschaft
Ruft die Formel im A1-Stil ab oder legt sie fest.
public string Formula { get; set; }
Beispiele
[C#]
IChartDataCell cell = workbook.GetCell(0, "B2");
cell.Formula = "1 + SUM(F2:H5)";
Siehe auch
- Schnittstelle IChartDataCell
- Namespace Aspose.Slides.Charts
- Assembly Aspose.Slides