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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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