Cell.BasicFormulas.Floor Method (Cell.Address, Int32)

NanoXLSX

NanoXLSX

CellBasicFormulasFloor Method (CellAddress, Int32)

Returns a cell with a floor formula

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static Cell Floor(
	CellAddress address,
	int decimals
)

Parameters

address
Type: NanoXLSXCellAddress
Address to apply the floor operation to
decimals
Type: SystemInt32
Number of decimals (digits)

Return Value

Type: Cell
Prepared Cell object, ready to be added to a worksheet
See Also