Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / IsDescending Property


In This Topic
    IsDescending Property (TopRankedValuesConditionalFormattingRule)
    In This Topic
    Gets or sets a value that indicates whether this conditional format has an accepted value at the top of the rank.
    Syntax
    'Declaration
     
    
    Public Property IsDescending As Boolean
    'Usage
     
    
    Dim instance As TopRankedValuesConditionalFormattingRule
    Dim value As Boolean
     
    instance.IsDescending = value
     
    value = instance.IsDescending
    public bool IsDescending {get; set;}

    Property Value

    true if this instance is at the top; otherwise, false.
    See Also