边框
const border = { style: 'thin', color: 'FF0000',} Copy
const border = { style: 'thin', color: 'FF0000',}
const border = { left: { style: 'thin', color: 'FF0000', }, right: { style: 'thick', color: '000000', }} Copy
const border = { left: { style: 'thin', color: 'FF0000', }, right: { style: 'thick', color: '000000', }}
Optional
全局线型
全局颜色
是否显示从左下到右上的对角线
是否显示从左上到右下的对角线
左侧边框样式
上方边框样式
右侧边框样式
底部边框样式
对角线样式
边框
Example
Remarks