Formula
ChartDataCell.Formula propriété
Obtient ou définit la formule au format A1.
public string Formula { get; set; }
Exemples
[C#]
IChartDataCell cell = workbook.GetCell(0, "B2");
cell.Formula = "1 + SUM(F2:H5)";
Voir aussi
- class ChartDataCell
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides