Click or drag to resize
NanoXLSX

BasicFormulas Class

Class for handling of basic Excel formulas
Inheritance Hierarchy
SystemObject
  NanoXLSXBasicFormulas

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static class BasicFormulas

The BasicFormulas type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAverage(Range) Returns a cell with a average formula
Public methodStatic memberAverage(Worksheet, Range) Returns a cell with a average formula
Public methodStatic memberCeil(Address, Int32) Returns a cell with a ceil formula
Public methodStatic memberCeil(Worksheet, Address, Int32) Returns a cell with a ceil formula
Public methodStatic memberFloor(Address, Int32) Returns a cell with a floor formula
Public methodStatic memberFloor(Worksheet, Address, Int32) Returns a cell with a floor formula
Private methodStatic memberGetBasicFormula Function to generate a basic Excel function with one cell range as parameter and an optional post argument
Private methodStatic memberGetVLookup Function to generate a Vlookup as Excel function
Public methodStatic memberMax(Range) Returns a cell with a max formula
Public methodStatic memberMax(Worksheet, Range) Returns a cell with a max formula
Public methodStatic memberMedian(Range) Returns a cell with a median formula
Public methodStatic memberMedian(Worksheet, Range) Returns a cell with a median formula
Public methodStatic memberMin(Range) Returns a cell with a min formula
Public methodStatic memberMin(Worksheet, Range) Returns a cell with a min formula
Public methodStatic memberRound(Address, Int32) Returns a cell with a round formula
Public methodStatic memberRound(Worksheet, Address, Int32) Returns a cell with a round formula
Public methodStatic memberSum(Range) Returns a cell with a sum formula
Public methodStatic memberSum(Worksheet, Range) Returns a cell with a sum formula
Public methodStatic memberVLookup(Address, Range, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Object, Range, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Object, Worksheet, Range, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Worksheet, Address, Worksheet, Range, Int32, Boolean) Function to generate a Vlookup as Excel function
Top
See Also