PicoXLSX Library Documentation
![]() | CellBasicFormulasFloor Method (CellAddress, Int32) |
Returns a cell with a floor formula
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public static Cell Floor( CellAddress address, int decimals )
Parameters
- address
- Type: PicoXLSXCellAddress
Address to apply the floor operation to - decimals
- Type: SystemInt32
Number of decimals (digits)
Return Value
Type: CellPrepared Cell object, ready to added to a worksheet
