Excel.CellPropertiesFormat interface
Represents the returned format properties of getCellProperties or format input parameter of setCellProperties.
Properties
auto |
Represents the |
borders | Represents the |
fill | Represents the |
font | Represents the |
horizontal |
Represents the |
indent |
Represents the |
protection | Represents the |
reading |
Represents the |
shrink |
Represents the |
text |
Represents the |
use |
Represents the |
use |
Represents the |
vertical |
Represents the |
wrap |
Represents the |
Property Details
autoIndent
Represents the autoIndent
property.
autoIndent?: boolean;
Property Value
boolean
borders
Represents the borders
property.
borders?: Excel.CellBorderCollection;
Property Value
fill
Represents the fill
property.
fill?: Excel.CellPropertiesFill;
Property Value
font
Represents the font
property.
font?: Excel.CellPropertiesFont;
Property Value
horizontalAlignment
Represents the horizontalAlignment
property.
horizontalAlignment?: Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed";
Property Value
Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed"
indentLevel
Represents the indentLevel
property.
indentLevel?: number;
Property Value
number
protection
Represents the protection
property.
protection?: Excel.CellPropertiesProtection;
Property Value
readingOrder
Represents the readingOrder
property.
readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";
Property Value
Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft"
shrinkToFit
Represents the shrinkToFit
property.
shrinkToFit?: boolean;
Property Value
boolean
textOrientation
Represents the textOrientation
property.
textOrientation?: number;
Property Value
number
useStandardHeight
Represents the useStandardHeight
property.
useStandardHeight?: boolean;
Property Value
boolean
useStandardWidth
Represents the useStandardWidth
property.
useStandardWidth?: boolean;
Property Value
boolean
verticalAlignment
Represents the verticalAlignment
property.
verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";
Property Value
Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"
wrapText
Represents the wrapText
property.
wrapText?: boolean;
Property Value
boolean
Office Add-ins