Spread.Sheets Documentation
ConditionRuleBase Method
The style for the rule.
The range array.
Represents a formatting base rule class as the specified style.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase( 
   ruleType : any,
   style : Style,
   ranges : undefined
) : any;

Parameters

ruleType
style
The style for the rule.
ranges
The range array.
See Also

Reference

ConditionalFormatting type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.