var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionalFormats(worksheet); var value; // Type: object value = instance.addIconSetRule(iconSetType, ranges);
function addIconSetRule( iconSetType : IconSetType, ranges : undefined ) : object;
Parameters
- iconSetType
- The type of icon set.
- ranges
- The cell ranges where the rule is applied whose item type is GC.Spread.Sheets.Range.
Return Value
The icon set rule added to the rule collection.