Excel.CellPropertiesFormat interface
getCellProperties または setCellProperties の書式入力パラメーターの返される書式プロパティを表します。
プロパティ
| auto |
|
| borders |
|
| fill |
|
| font |
|
| horizontal |
|
| indent |
|
| protection |
|
| reading |
|
| shrink |
|
| text |
|
| use |
|
| use |
|
| vertical |
|
| wrap |
|
プロパティの詳細
autoIndent
borders
borders プロパティを表します。
borders?: Excel.CellBorderCollection;
プロパティ値
fill
fill プロパティを表します。
fill?: Excel.CellPropertiesFill;
プロパティ値
font
font プロパティを表します。
font?: Excel.CellPropertiesFont;
プロパティ値
horizontalAlignment
horizontalAlignment プロパティを表します。
horizontalAlignment?: Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed";
プロパティ値
Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed"
indentLevel
protection
protection プロパティを表します。
protection?: Excel.CellPropertiesProtection;
プロパティ値
readingOrder
readingOrder プロパティを表します。
readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";
プロパティ値
Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft"
shrinkToFit
textOrientation
useStandardHeight
useStandardWidth
verticalAlignment
verticalAlignment プロパティを表します。
verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";
プロパティ値
Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"