We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
该对象对应的是 excel 的行,提供了一些对行进行操作的方法
getCell(String cellName) 获取该行指定列的单元格对象
getCell(String cellName)
copy() 复制一个该对象(深克隆该对象)。
copy()
setBorderStyle(BorderPositionEnum positionEnum, BorderStyle borderStyle) 设置该行边框的样式,你可以更改边框的样式,如粗线、虚线等
setBorderStyle(BorderPositionEnum positionEnum, BorderStyle borderStyle)