GcSpread.Sheets Namespace > ConditionalFormats type : addIconSetRule Method |
var instance = new GcSpread.Sheets.ConditionalFormats(worksheet); var value; // Type: object value = instance.addIconSetRule(iconSetTye, ranges);
function addIconSetRule( iconSetTye : IconSetType, ranges : Array ) : object;
activeSheet.setValue(0,0,1,3);
activeSheet.setValue(1,0,15,3);
activeSheet.setValue(2,0,25,3);
activeSheet.setValue(3,0,-1,3);
activeSheet.getConditionalFormats().addIconSetRule(GcSpread.Sheets.IconSetType.FourTrafficLights, [new GcSpread.Sheets.Range(0,0,4,1)]);