Excel.CellPropertiesFormat interface
Representa las propiedades de formato devueltas de getCellProperties o el parámetro de entrada de formato de setCellProperties.
Propiedades
| auto |
Representa la propiedad |
| borders | Representa la propiedad |
| fill | Representa la propiedad |
| font | Representa la propiedad |
| horizontal |
Representa la propiedad |
| indent |
Representa la propiedad |
| protection | Representa la propiedad |
| reading |
Representa la propiedad |
| shrink |
Representa la propiedad |
| text |
Representa la propiedad |
| use |
Representa la propiedad |
| use |
Representa la propiedad |
| vertical |
Representa la propiedad |
| wrap |
Representa la propiedad |
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