Click or drag to resize
PicoXLSX

CellBasicFormulas Class

Class for handling of basic Excel formulas
Inheritance Hierarchy
SystemObject
  PicoXLSXCellBasicFormulas

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public static class BasicFormulas

The CellBasicFormulas type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAverage(CellRange) Returns a cell with a average formula
Public methodStatic memberAverage(Worksheet, CellRange) Returns a cell with a average formula
Public methodStatic memberCeil(CellAddress, Int32) Returns a cell with a ceil formula
Public methodStatic memberCeil(Worksheet, CellAddress, Int32) Returns a cell with a ceil formula
Public methodStatic memberFloor(CellAddress, Int32) Returns a cell with a floor formula
Public methodStatic memberFloor(Worksheet, CellAddress, 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(CellRange) Returns a cell with a max formula
Public methodStatic memberMax(Worksheet, CellRange) Returns a cell with a max formula
Public methodStatic memberMedian(CellRange) Returns a cell with a median formula
Public methodStatic memberMedian(Worksheet, CellRange) Returns a cell with a median formula
Public methodStatic memberMin(CellRange) Returns a cell with a min formula
Public methodStatic memberMin(Worksheet, CellRange) Returns a cell with a min formula
Public methodStatic memberRound(CellAddress, Int32) Returns a cell with a round formula
Public methodStatic memberRound(Worksheet, CellAddress, Int32) Returns a cell with a round formula
Public methodStatic memberSum(CellRange) Returns a cell with a sum formula
Public methodStatic memberSum(Worksheet, CellRange) Returns a cell with a sum formula
Public methodStatic memberVLookup(CellAddress, CellRange, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Object, CellRange, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Object, Worksheet, CellRange, Int32, Boolean) Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Worksheet, CellAddress, Worksheet, CellRange, Int32, Boolean) Function to generate a Vlookup as Excel function
Top
See Also