Spread Windows Forms 12.0 Product Documentation
IsPercent Property (TopRankedValuesConditionalFormattingRule)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TopRankedValuesConditionalFormattingRule Class : IsPercent Property
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
public bool IsPercent {get; set;}

Property Value

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

Reference

TopRankedValuesConditionalFormattingRule Class
TopRankedValuesConditionalFormattingRule Members