Nevron.FormulaEngine Namespace / VariantType Enumeration


In This Topic
    VariantType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum VariantType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VariantType
    public enum VariantType : System.Enum 
    Members
    MemberDescription
    Array 
    Boolean 
    Byte 
    Char 
    DateTime 
    Decimal 
    Double 
    Empty 
    Int16 
    Int32 
    Int64 
    SByte 
    Single 
    String 
    TimeSpan 
    UInt16 
    UInt32 
    UInt64 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.FormulaEngine.VariantType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also