Worksheet.AddNextCellFormula Method (String)

NanoXLSX

NanoXLSX

WorksheetAddNextCellFormula Method (String)

Adds a formula as string to the next cell position

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void AddNextCellFormula(
	string formula
)

Parameters

formula
Type: SystemString
Formula to insert
Exceptions
ExceptionCondition
StyleExceptionThrows an UndefinedStyleException if the active style cannot be referenced while creating the cell
RangeExceptionTrows a RangeException if the next cell is out of range (on row or column)
See Also