var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionalFormats(worksheet); var value; // Type: ConditionRuleBase value = instance.getRule(index);
function getRule( index : number ) : ConditionRuleBase;
Parameters
- index
- The index from which to get the rule.
Return Value
The rule from the index.