R1C1Formula
IChartDataCell.R1C1Formula property
Obtient ou définit la formule dans le style R1C1.
public string R1C1Formula { get; set; }
Exemples
[C#]
IChartDataCell cell = workbook.GetCell(0, "C2");
cell.R1C1Formula = "MAX(R2C6:R5C8) / 3";
Voir également
- interface IChartDataCell
- espace de noms Aspose.Slides.Charts
- Assemblée Aspose.Slides