javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7619f0c38f
commit
db3028defb
@ -396,6 +396,7 @@ public class SXSSFRow implements Row
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Applies a whole-row cell styling to the row.
|
* Applies a whole-row cell styling to the row.
|
||||||
|
* The row style can be cleared by passing in <code>null</code>.
|
||||||
*/
|
*/
|
||||||
public void setRowStyle(CellStyle style) {
|
public void setRowStyle(CellStyle style) {
|
||||||
if(style == null) {
|
if(style == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user