Version

IsPercent Property

Returns or sets a boolean value indicating whether the Rank is determined by a percentage value.
Syntax
'Declaration
 
Public Property IsPercent As Boolean
public bool IsPercent {get; set;}
Remarks

By default, this condition evaluates cell values against the value of the Rank property, with the rank representing an explicit numeric value. Set this property to true to identify the rank as a percentage.

If the IsPercent property is set to true, this property supports only values between 1 and 100, inclusively.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also