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


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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

TopRankedValuesConditionalFormattingRule Class
TopRankedValuesConditionalFormattingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.