Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Type2 Property


In This Topic
    Type2 Property
    In This Topic
    Gets a ValueType value that indicates the value type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type2 As ValueType
    'Usage
     
    
    Dim instance As CellValue
    Dim value As ValueType
     
    value = instance.Type2
    public ValueType Type2 {get;}

    Property Value

    The type.
    See Also