Spread for ASP.NET 12 Product Documentation
IsDescending Property (TopRankedValuesConditionalFormattingRule)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TopRankedValuesConditionalFormattingRule Class : IsDescending Property
Gets or sets 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

Reference

TopRankedValuesConditionalFormattingRule Class
TopRankedValuesConditionalFormattingRule Members