GrapeCity.Xaml.SpreadSheet.Data
Percentage Property


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

Property Value

The percentage.
See Also

Reference

DataLabel Class
DataLabel Members