Spread WPF Documentation
CalcVLookupFunction Class
Members 


Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array.
Object Model
CalcVLookupFunction Class
Syntax
public class CalcVLookupFunction : CalcBuiltinFunction 
'Declaration
 
Public Class CalcVLookupFunction 
   Inherits CalcBuiltinFunction
 
'Usage
 
Dim instance As CalcVLookupFunction
Remarks
The V in VLOOKUP stands for vertical. Use VLOOKUP instead of HLOOKUP when your comparison values are located in a column to the left of the data that you want to find.
Inheritance Hierarchy

System.Object
   GrapeCity.CalcEngine.Functions.CalcFunction
      GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
         GrapeCity.CalcEngine.Functions.CalcVLookupFunction

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcVLookupFunction Members
GrapeCity.CalcEngine.Functions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.