NanoXLSX Library Documentation
![]() | CellBasicFormulasCeil Method (Worksheet, CellAddress, Int32) |
Returns a cell with a ceil formula
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public static Cell Ceil( Worksheet target, CellAddress address, int decimals )
Parameters
- target
- Type: NanoXLSXWorksheet
Target worksheet of the ceil operation. Can be null if on the same worksheet - address
- Type: NanoXLSXCellAddress
Address to apply the ceil operation to - decimals
- Type: SystemInt32
Number of decimals (digits)
Return Value
Type: CellPrepared Cell object, ready to be added to a worksheet
