FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / IsPercent Property


In This Topic
IsPercent Property (TopRankedValuesConditionalFormattingRule)
In This Topic
Gets or sets a value that indicates whether this conditional formatting rule is used as a percentage.
Syntax
'Declaration
 
Public Property IsPercent As Boolean
 
'Usage
 
Dim instance As TopRankedValuesConditionalFormattingRule
Dim value As Boolean
 
instance.IsPercent = value
 
value = instance.IsPercent

Property Value

true if this instance is a percent; otherwise, false.
See Also