Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabel Class / Percentage Property


In This Topic
    Percentage Property
    In This Topic
    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