Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / Value Property


In This Topic
    Value Property (CfValue)
    In This Topic
    Gets an GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represent the primitive value of this CfValue.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As IReadonlyPrimitiveValue
    'Usage
     
    
    Dim instance As CfValue
    Dim value As IReadonlyPrimitiveValue
     
    value = instance.Value
    public IReadonlyPrimitiveValue Value {get;}

    Property Value

    An GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represent the primitive value of this CfValue.
    See Also