Excel.CellPropertiesFormatLoadOptions interface
format オブジェクトに読み込むプロパティを表します。
プロパティ
auto |
|
borders |
|
fill |
|
font |
|
horizontal |
|
indent |
|
protection |
|
reading |
|
shrink |
|
text |
|
use |
|
use |
|
vertical |
|
wrap |
|
プロパティの詳細
autoIndent
borders
borders
プロパティに読み込むかどうかを指定します。
borders?: Excel.CellPropertiesBorderLoadOptions;
プロパティ値
fill
fill
プロパティに読み込むかどうかを指定します。
fill?: Excel.CellPropertiesFillLoadOptions;
プロパティ値
font
font
プロパティに読み込むかどうかを指定します。
font?: Excel.CellPropertiesFontLoadOptions;
プロパティ値
horizontalAlignment
horizontalAlignment
プロパティに読み込むかどうかを指定します。
horizontalAlignment?: boolean;
プロパティ値
boolean
indentLevel
protection
readingOrder
shrinkToFit
textOrientation
textOrientation
プロパティに読み込むかどうかを指定します。
textOrientation?: boolean;
プロパティ値
boolean
useStandardHeight
useStandardHeight
プロパティに読み込むかどうかを指定します。
useStandardHeight?: boolean;
プロパティ値
boolean
useStandardWidth
useStandardWidth
プロパティに読み込むかどうかを指定します。
useStandardWidth?: boolean;
プロパティ値
boolean
verticalAlignment
verticalAlignment
プロパティに読み込むかどうかを指定します。
verticalAlignment?: boolean;
プロパティ値
boolean
wrapText
Office Add-ins