Excel.CellPropertiesFormatLoadOptions interface

表示要加载到格式对象上的属性。

[ API 集:ExcelApi 1.9 ]

属性

autoIndent

指定是否在 属性上 autoIndent 加载。

[ API 集:ExcelApi 1.9 ]

borders

指定是否在 属性上 borders 加载。

[ API 集:ExcelApi 1.9 ]

fill

指定是否在 属性上 fill 加载。

[ API 集:ExcelApi 1.9 ]

font

指定是否在 属性上 font 加载。

[ API 集:ExcelApi 1.9 ]

horizontalAlignment

指定是否在 属性上 horizontalAlignment 加载。

[ API 集:ExcelApi 1.9 ]

indentLevel

指定是否在 属性上 indentLevel 加载。

[ API 集:ExcelApi 1.9 ]

protection

指定是否在 属性上 protection 加载。

[ API 集:ExcelApi 1.9 ]

readingOrder

指定是否在 属性上 readingOrder 加载。

[ API 集:ExcelApi 1.9 ]

shrinkToFit

指定是否在 属性上 shrinkToFit 加载。

[ API 集:ExcelApi 1.9 ]

textOrientation

指定是否在 属性上 textOrientation 加载。

[ API 集:ExcelApi 1.9 ]

useStandardHeight

指定是否在 属性上 useStandardHeight 加载。

[ API 集:ExcelApi 1.9 ]

useStandardWidth

指定是否在 属性上 useStandardWidth 加载。

[ API 集:ExcelApi 1.9 ]

verticalAlignment

指定是否在 属性上 verticalAlignment 加载。

[ API 集:ExcelApi 1.9 ]

wrapText

指定是否在 属性上 wrapText 加载。

[ API 集:ExcelApi 1.9 ]

属性详细信息

autoIndent

指定是否在 属性上 autoIndent 加载。

[ API 集:ExcelApi 1.9 ]

autoIndent?: boolean;

属性值

boolean

borders

指定是否在 属性上 borders 加载。

[ API 集:ExcelApi 1.9 ]

borders?: Excel.CellPropertiesBorderLoadOptions;

属性值

fill

指定是否在 属性上 fill 加载。

[ API 集:ExcelApi 1.9 ]

fill?: Excel.CellPropertiesFillLoadOptions;

属性值

font

指定是否在 属性上 font 加载。

[ API 集:ExcelApi 1.9 ]

font?: Excel.CellPropertiesFontLoadOptions;

属性值

horizontalAlignment

指定是否在 属性上 horizontalAlignment 加载。

[ API 集:ExcelApi 1.9 ]

horizontalAlignment?: boolean;

属性值

boolean

indentLevel

指定是否在 属性上 indentLevel 加载。

[ API 集:ExcelApi 1.9 ]

indentLevel?: boolean;

属性值

boolean

protection

指定是否在 属性上 protection 加载。

[ API 集:ExcelApi 1.9 ]

protection?: boolean;

属性值

boolean

readingOrder

指定是否在 属性上 readingOrder 加载。

[ API 集:ExcelApi 1.9 ]

readingOrder?: boolean;

属性值

boolean

shrinkToFit

指定是否在 属性上 shrinkToFit 加载。

[ API 集:ExcelApi 1.9 ]

shrinkToFit?: boolean;

属性值

boolean

textOrientation

指定是否在 属性上 textOrientation 加载。

[ API 集:ExcelApi 1.9 ]

textOrientation?: boolean;

属性值

boolean

useStandardHeight

指定是否在 属性上 useStandardHeight 加载。

[ API 集:ExcelApi 1.9 ]

useStandardHeight?: boolean;

属性值

boolean

useStandardWidth

指定是否在 属性上 useStandardWidth 加载。

[ API 集:ExcelApi 1.9 ]

useStandardWidth?: boolean;

属性值

boolean

verticalAlignment

指定是否在 属性上 verticalAlignment 加载。

[ API 集:ExcelApi 1.9 ]

verticalAlignment?: boolean;

属性值

boolean

wrapText

指定是否在 属性上 wrapText 加载。

[ API 集:ExcelApi 1.9 ]

wrapText?: boolean;

属性值

boolean