Compartir a través de


Excel.CellPropertiesFormat interface

Representa las propiedades de formato devueltas de getCellProperties o el parámetro de entrada de formato de setCellProperties.

[ Conjunto de API: ExcelApi 1.9 ]

Propiedades

autoIndent

Representa la propiedad autoIndent.

[ Conjunto de API: ExcelApi 1.9 ]

borders

Representa la propiedad borders.

[ Conjunto de API: ExcelApi 1.9 ]

fill

Representa la propiedad fill.

[ Conjunto de API: ExcelApi 1.9 ]

font

Representa la propiedad font.

[ Conjunto de API: ExcelApi 1.9 ]

horizontalAlignment

Representa la propiedad horizontalAlignment.

[ Conjunto de API: ExcelApi 1.9 ]

indentLevel

Representa la propiedad indentLevel.

[ Conjunto de API: ExcelApi 1.9 ]

protection

Representa la propiedad protection.

[ Conjunto de API: ExcelApi 1.9 ]

readingOrder

Representa la propiedad readingOrder.

[ Conjunto de API: ExcelApi 1.9 ]

shrinkToFit

Representa la propiedad shrinkToFit.

[ Conjunto de API: ExcelApi 1.9 ]

textOrientation

Representa la propiedad textOrientation.

[ Conjunto de API: ExcelApi 1.9 ]

useStandardHeight

Representa la propiedad useStandardHeight.

[ Conjunto de API: ExcelApi 1.9 ]

useStandardWidth

Representa la propiedad useStandardWidth.

[ Conjunto de API: ExcelApi 1.9 ]

verticalAlignment

Representa la propiedad verticalAlignment.

[ Conjunto de API: ExcelApi 1.9 ]

wrapText

Representa la propiedad wrapText.

[ Conjunto de API: ExcelApi 1.9 ]

Detalles de las propiedades

autoIndent

Representa la propiedad autoIndent.

[ Conjunto de API: ExcelApi 1.9 ]

autoIndent?: boolean;

Valor de propiedad

boolean

borders

Representa la propiedad borders.

[ Conjunto de API: ExcelApi 1.9 ]

borders?: Excel.CellBorderCollection;

Valor de propiedad

fill

Representa la propiedad fill.

[ Conjunto de API: ExcelApi 1.9 ]

fill?: Excel.CellPropertiesFill;

Valor de propiedad

font

Representa la propiedad font.

[ Conjunto de API: ExcelApi 1.9 ]

font?: Excel.CellPropertiesFont;

Valor de propiedad

horizontalAlignment

Representa la propiedad horizontalAlignment.

[ Conjunto de API: ExcelApi 1.9 ]

horizontalAlignment?: Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed";

Valor de propiedad

Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed"

indentLevel

Representa la propiedad indentLevel.

[ Conjunto de API: ExcelApi 1.9 ]

indentLevel?: number;

Valor de propiedad

number

protection

Representa la propiedad protection.

[ Conjunto de API: ExcelApi 1.9 ]

protection?: Excel.CellPropertiesProtection;

Valor de propiedad

readingOrder

Representa la propiedad readingOrder.

[ Conjunto de API: ExcelApi 1.9 ]

readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";

Valor de propiedad

Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft"

shrinkToFit

Representa la propiedad shrinkToFit.

[ Conjunto de API: ExcelApi 1.9 ]

shrinkToFit?: boolean;

Valor de propiedad

boolean

textOrientation

Representa la propiedad textOrientation.

[ Conjunto de API: ExcelApi 1.9 ]

textOrientation?: number;

Valor de propiedad

number

useStandardHeight

Representa la propiedad useStandardHeight.

[ Conjunto de API: ExcelApi 1.9 ]

useStandardHeight?: boolean;

Valor de propiedad

boolean

useStandardWidth

Representa la propiedad useStandardWidth.

[ Conjunto de API: ExcelApi 1.9 ]

useStandardWidth?: boolean;

Valor de propiedad

boolean

verticalAlignment

Representa la propiedad verticalAlignment.

[ Conjunto de API: ExcelApi 1.9 ]

verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";

Valor de propiedad

Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"

wrapText

Representa la propiedad wrapText.

[ Conjunto de API: ExcelApi 1.9 ]

wrapText?: boolean;

Valor de propiedad

boolean