Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IActualValue Interface / GetValue Method / GetValue() Method


In This Topic
    GetValue() Method
    In This Topic
    Gets the real value.
    Syntax
    'Declaration
     
    Overloads Function GetValue() As Object
    'Usage
     
    Dim instance As IActualValue
    Dim value As Object
     
    value = instance.GetValue()
    object GetValue()

    Return Value

    The real value.
    See Also