GrapeCity.Xaml.SpreadSheet.Data
Value Property (DataPoint)


GrapeCity.Xaml.SpreadSheet.Data Namespace > DataPoint Class : Value Property
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

Reference

DataPoint Class
DataPoint Members