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


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