PicoXLSX Library Documentation
![]() | CellBasicFormulasVLookup Method (Object, Worksheet, CellRange, Int32, Boolean) |
Function to generate a Vlookup as Excel function
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public static Cell VLookup( Object number, Worksheet rangeTarget, CellRange range, int columnIndex, bool exactMatch )
Parameters
- number
- Type: SystemObject
Numeric value for the lookup. Valid types are int, long, float and double - rangeTarget
- Type: PicoXLSXWorksheet
Target worksheet of the matrix. Can be null if on the same worksheet - range
- Type: PicoXLSXCellRange
Matrix of the lookup - columnIndex
- Type: SystemInt32
Column index of the target column (1 based) - exactMatch
- Type: SystemBoolean
If true, an exact match is applied to the lookup
Return Value
Type: CellPrepared Cell object, ready to added to a worksheet
