Share via


Excel.Icon interface

Representa um ícone de célula.

Comentários

[ Conjunto de API: ExcelApi 1.2 ]

Propriedades

index

Especifica o índice do ícone no conjunto determinado.

set

Especifica o conjunto do qual o ícone faz parte.

Detalhes da propriedade

index

Especifica o índice do ícone no conjunto determinado.

index: number;

Valor da propriedade

number

Comentários

[ Conjunto de API: ExcelApi 1.2 ]

set

Especifica o conjunto do qual o ícone faz parte.

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 da propriedade

Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes"

Comentários

[ Conjunto de API: ExcelApi 1.2 ]