R1C1Formula

IChartDataCell.R1C1Formula-Eigenschaft

Ruht die Formel im R1C1-Stil ab oder legt sie fest.

public string R1C1Formula { get; set; }

Beispiele

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

Siehe auch