var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionalFormats(worksheet); var value; // Type: object value = instance.addIconSetRule(iconSetTye, ranges);
function addIconSetRule( iconSetTye : IconSetType, ranges : undefined ) : object;
Parameters
- iconSetTye
- 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.