Click or drag to resize
NanoXLSX

WorksheetAddCellFormula(String, String, Style) Method

Adds a cell formula as string to the defined cell address

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void AddCellFormula(
	string formula,
	string address,
	Style style
)

Parameters

formula  String
Formula to insert
address  String
Cell address in the format A1 - XFD1048576
style  Style
Style to apply on the cell
Exceptions
ExceptionCondition
StyleExceptionThrows a StyleException if the passed style was malformed
RangeExceptionThrows a RangeException if the passed cell address is out of range
FormatExceptionThrows a FormatException if the passed cell address is malformed
See Also