Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / IsPercent Property


In This Topic
    IsPercent Property (ClassicCfRule)
    In This Topic
    Gets or sets a value indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule.
    Syntax
    'Declaration
     
    
    Public Property IsPercent As Boolean
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As Boolean
     
    instance.IsPercent = value
     
    value = instance.IsPercent
    public bool IsPercent {get; set;}

    Property Value

    true if a "top/bottom n" rule is a "top/bottom n percent" rule; otherwise, false.
    See Also