Sets the formula of the cell.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string Formula { set; }
Public WriteOnly Property Formula As String
Set
Property Value
Type:
String
RemarksThe formula uses A1-style notation which is defined in Microsoft Excel.
ExamplesPlease refer to the code example in the OpenCell(String) method topic to learn how to set the formula of the cell.
See Also