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