Spread Silverlight Documentation
Value Property (DataLabel)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataLabel Class : Value Property
Gets the value.
Syntax
'Declaration
 
Public ReadOnly Property Value As System.Nullable(Of Double)
'Usage
 
Dim instance As DataLabel
Dim value As System.Nullable(Of Double)
 
value = instance.Value
public System.Nullable<double> Value {get;}

Property Value

The value.
See Also

Reference

DataLabel Class
DataLabel Members