Excel.Icon interface
Represents a cell icon.
Remarks
Used by
- Excel.ConditionalIconCriterion: customIcon
- Excel.Filter: applyIconFilter
- Excel.FilterCriteria: icon
- Excel.FiveArrowsGraySet: grayDownArrow, grayDownInclineArrow, graySideArrow, grayUpArrow, grayUpInclineArrow
- Excel.FiveArrowsSet: greenUpArrow, redDownArrow, yellowDownInclineArrow, yellowSideArrow, yellowUpInclineArrow
- Excel.FiveBoxesSet: fourFilledBoxes, noFilledBoxes, oneFilledBox, threeFilledBoxes, twoFilledBoxes
- Excel.FiveQuartersSet: blackCircle, circleWithOneWhiteQuarter, circleWithThreeWhiteQuarters, circleWithTwoWhiteQuarters, whiteCircleAllWhiteQuarters
- Excel.FiveRatingSet: fourBars, noBars, oneBar, threeBars, twoBars
- Excel.FourArrowsGraySet: grayDownArrow, grayDownInclineArrow, grayUpArrow, grayUpInclineArrow
- Excel.FourArrowsSet: greenUpArrow, redDownArrow, yellowDownInclineArrow, yellowUpInclineArrow
- Excel.FourRatingSet: fourBars, oneBar, threeBars, twoBars
- Excel.FourRedToBlackSet: blackCircle, grayCircle, pinkCircle, redCircle
- Excel.FourTrafficLightsSet: blackCircleWithBorder, greenCircle, redCircleWithBorder, yellowCircle
- Excel.SortField: icon
- Excel.ThreeArrowsGraySet: grayDownArrow, graySideArrow, grayUpArrow
- Excel.ThreeArrowsSet: greenUpArrow, redDownArrow, yellowSideArrow
- Excel.ThreeFlagsSet: greenFlag, redFlag, yellowFlag
- Excel.ThreeSignsSet: greenCircle, redDiamond, yellowTriangle
- Excel.ThreeStarsSet: goldStar, halfGoldStar, silverStar
- Excel.ThreeSymbols2Set: greenCheck, redCross, yellowExclamation
- Excel.ThreeSymbolsSet: greenCheckSymbol, redCrossSymbol, yellowExclamationSymbol
- Excel.ThreeTrafficLights1Set: greenCircle, redCircleWithBorder, yellowCircle
- Excel.ThreeTrafficLights2Set: greenTrafficLight, redTrafficLight, yellowTrafficLight
- Excel.ThreeTrianglesSet: greenUpTriangle, redDownTriangle, yellowDash
Properties
| index | Specifies the index of the icon in the given set. |
| set | Specifies the set that the icon is part of. |
Property Details
index
Specifies the index of the icon in the given set.
index: number;
Property Value
number
Remarks
set
Specifies the set that the icon is part of.
set: Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes";
Property Value
Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes"