Excel.CellBorder interface
getCellProperties
、getRowProperties
、getColumnProperties
、またはsetCellProperties
、setRowProperties
、setColumnProperties
の border プロパティ入力パラメーターによって返される単一の罫線のプロパティを表します。
注釈
プロパティ
color | 1 つの境界線の |
style | 1 つの境界線の |
tint |
1 つの境界線の |
weight | 1 つの境界線の |
プロパティの詳細
color
style
1 つの境界線の style
プロパティを表します。
style?: Excel.BorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Double" | "SlantDashDot";
プロパティ値
Excel.BorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Double" | "SlantDashDot"
注釈
tintAndShade
weight
1 つの境界線の weight
プロパティを表します。
weight?: Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick";
プロパティ値
Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick"
注釈
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins