Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITop10 Interface / Percent Property


In This Topic
    Percent Property (ITop10)
    In This Topic
    Gets or sets a Boolean value, specifying if the rank is determined by a percentage value.
    Syntax
    'Declaration
     
    
    Property Percent As Boolean
    'Usage
     
    
    Dim instance As ITop10
    Dim value As Boolean
     
    instance.Percent = value
     
    value = instance.Percent
    bool Percent {get; set;}

    Property Value

    true if percent; otherwise, false.
    See Also