GridCell.SetFormula

GridCell.SetFormula method

Set the formula and the value of the formula.

public void SetFormula(string formula, object value)
ParameterTypeDescription
formulaStringThe formula.
valueObjectThe value of the formula.

See Also