 | WorksheetAddCellFormula(String, Int32, Int32, Style) Method |
Adds a cell formula as string to the defined cell address
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic void AddCellFormula(
string formula,
int columnNumber,
int rowNumber,
Style style
)
Parameters
- formula String
- Formula to insert.
- columnNumber Int32
- Column number (zero based).
- rowNumber Int32
- Row number (zero based).
- style Style
- Style to apply on the cell.
See Also