R1C1Formula
IChartDataCell.R1C1Formula property
Obtiene o establece la fórmula en estilo R1C1.
public string R1C1Formula { get; set; }
Ejemplos
[C#]
IChartDataCell cell = workbook.GetCell(0, "C2");
cell.R1C1Formula = "MAX(R2C6:R5C8) / 3";
Véase también
- interface IChartDataCell
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides