Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataPoint Class / Value Property


In This Topic
    Value Property (DataPoint)
    In This Topic
    Gets the value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Nullable(Of Double)
    'Usage
     
    Dim instance As DataPoint
    Dim value As Nullable(Of Double)
     
    value = instance.Value
    public Nullable<double> Value {get;}

    Property Value

    The value.
    See Also