IconSet
PercentileValues Property
 | 
Gets or sets a Boolean value indicates whether thresholds for an icon
set conditional format are determined using percentiles.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool PercentileValues { get; set; }
 
Public Property PercentileValues As Boolean
	Get
	Set
 
public:
property bool PercentileValues {
	bool get ();
	void set (bool value);
}
 
member PercentileValues : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also