Excel.Icon interface
Representa un icono de celda.
Comentarios
Usada por
- Excel.Filter: applyIconFilter
- Excel.FilterCriteria: icono
- 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: icono
- 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
Propiedades
| index | Especifica el índice del icono del conjunto especificado. |
| set | Especifica el conjunto del que forma parte el icono. |
Detalles de las propiedades
index
Especifica el índice del icono del conjunto especificado.
index: number;
Valor de propiedad
number
Comentarios
set
Especifica el conjunto del que forma parte el icono.
set: Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes";
Valor de propiedad
Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes"