R1C1Formula

IChartDataCell.R1C1Formula property

Gets or sets the formula in R1C1-style.

public string R1C1Formula { get; set; }

Examples

[C#]
IChartDataCell cell = workbook.GetCell(0, "C2");
cell.R1C1Formula = "MAX(R2C6:R5C8) / 3";

See Also