public static class GridProperties.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GridProperties |
build() |
GridProperties.Builder |
columnCount(Integer columnCount)
工作表的列数量
示例值:20
|
GridProperties.Builder |
frozenColumnCount(Integer frozenColumnCount)
冻结的列数量
示例值:0
|
GridProperties.Builder |
frozenRowCount(Integer frozenRowCount)
冻结的行数量
示例值:0
|
GridProperties.Builder |
rowCount(Integer rowCount)
工作表的行数
示例值:200
|
public GridProperties.Builder frozenRowCount(Integer frozenRowCount)
示例值:0
frozenRowCount - public GridProperties.Builder frozenColumnCount(Integer frozenColumnCount)
示例值:0
frozenColumnCount - public GridProperties.Builder rowCount(Integer rowCount)
示例值:200
rowCount - public GridProperties.Builder columnCount(Integer columnCount)
示例值:20
columnCount - public GridProperties build()
Copyright © 2024. All rights reserved.