WebCell.Formula

WebCell.Formula property

Gets or sets the formula string of the cell. Returns null when the cell doesn’t contain a formula.

public string Formula { get; set; }

Examples

[C#]
	cell.Formula = "=SUM(A1:C3) + E6*2";
[Visual Basic]
	cell.Formula = "=SUM(A1:C3) + E6*2"

See Also