Excel.CellPropertiesFormat interface

getCellProperties または setCellProperties の書式入力パラメーターの返される書式プロパティを表します。

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.CellBorderCollection;

プロパティ値

fill

fill プロパティを表します。

API セット: ExcelApi 1.9

fill?: Excel.CellPropertiesFill;

プロパティ値

font

font プロパティを表します。

API セット: ExcelApi 1.9

font?: Excel.CellPropertiesFont;

プロパティ値

horizontalAlignment

horizontalAlignment プロパティを表します。

API セット: ExcelApi 1.9

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

プロパティ値

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

indentLevel

indentLevel プロパティを表します。

API セット: ExcelApi 1.9

indentLevel?: number;

プロパティ値

number

protection

protection プロパティを表します。

API セット: ExcelApi 1.9

protection?: Excel.CellPropertiesProtection;

プロパティ値

readingOrder

readingOrder プロパティを表します。

API セット: ExcelApi 1.9

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

プロパティ値

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

shrinkToFit

shrinkToFit プロパティを表します。

API セット: ExcelApi 1.9

shrinkToFit?: boolean;

プロパティ値

boolean

textOrientation

textOrientation プロパティを表します。

API セット: ExcelApi 1.9

textOrientation?: number;

プロパティ値

number

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?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";

プロパティ値

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

wrapText

wrapText プロパティを表します。

API セット: ExcelApi 1.9

wrapText?: boolean;

プロパティ値

boolean