Gets the formula for a cell.
public string CellFormula { get; }
A string representing the formula assigned to the cell.
The CellFormula property is a string that can be set to represent a mathematical or logical formula.
Formulas can include references to other cells, mathematical operations, logical operations, and predefined functions.
Use SetCellFormula to set the cell's formula value.