Spread.Sheets Documentation
IconCriterion Method
If set to true, use the greater than or equal to operator to calculate the value.
The type of scale value.
The scale value.
Represents an icon criteria with the specified parameters.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.ConditionalFormatting.IconCriterion(isGreaterThanOrEqualTo, iconValueType, iconValue);
function IconCriterion( 
   isGreaterThanOrEqualTo : boolean,
   iconValueType : IconValueType,
   iconValue : object
) : any;

Parameters

isGreaterThanOrEqualTo
If set to true, use the greater than or equal to operator to calculate the value.
iconValueType
The type of scale value.
iconValue
The scale value.
See Also

Reference

ConditionalFormatting type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.