Click or drag to resize
CellFormula Property
Sets the formula of the cell.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string Formula { set; }

Property Value

Type: String
Remarks
The formula uses A1-style notation which is defined in Microsoft Excel.
Examples

Please refer to the code example in the OpenCell(String) method topic to learn how to set the formula of the cell.

See Also