Excel.CellBorder interface
表示 、getCellProperties
getRowProperties
、 和getColumnProperties
返回的单个边框的属性,或 、 setRowProperties
和 setColumnProperties
的setCellProperties
边框属性输入参数。
注解
属性
color | 表示 |
style | 表示 |
tint |
表示 |
weight | 表示 |
属性详细信息
color
style
表示style
单个边框的属性。
style?: Excel.BorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Double" | "SlantDashDot";
属性值
Excel.BorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Double" | "SlantDashDot"
注解
tintAndShade
weight
表示weight
单个边框的属性。
weight?: Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick";
属性值
Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick"