Excel.Icon interface
Représente une icône de cellule.
Remarques
Utilisateur
- Excel.ConditionalIconCriterion : customIcon
- Excel.Filter : applyIconFilter
- Excel.FilterCriteria : icône
- 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 : icône
- 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
Propriétés
| index | Spécifie l’index de l’icône dans le jeu donné. |
| set | Spécifie le jeu dont fait partie l’icône. |
Détails de la propriété
index
Spécifie l’index de l’icône dans le jeu donné.
index: number;
Valeur de propriété
number
Remarques
set
Spécifie le jeu dont fait partie l’icône.
set: Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes";
Valeur de propriété
Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes"