Click or drag to resize
NanoXLSX

WorksheetAddNextCellFormula(String, Style) Method

Adds a formula as string to the next cell position

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

Parameters

formula  String
Formula to insert
style  Style
Style to apply on the cell
Exceptions
ExceptionCondition
RangeExceptionTrows a RangeException if the next cell is out of range (on row or column)
See Also