var instance = new GC.Spread.Sheets.ConditionalFormatting.IconSetRule(iconSetType, ranges); var value; // Type: any value = instance.icons(iconInfos, iconInfos.iconSetType, iconInfos.iconIndex);
function icons( (optional) iconInfos : undefined, iconInfos.iconSetType : IconSetType, iconInfos.iconIndex : number ) : any;
Parameters
- iconInfos
- Sets the iconInfos array.
- iconInfos.iconSetType
- The custom iconSetType
- iconInfos.iconIndex
- The custom iconIndex
Return Value
Returns the iconInfos array.