Annotation Type ExcelFreezePane
The Interface ExcelFreezePane.
ExcelFreezePane is used to freeze rows and columns.
It is set on SheetData classes and it is composed from:
ExcelFreezePane is used to freeze rows and columns.
It is set on SheetData classes and it is composed from:
- ColumnFreez - to lock the number of columns
- RowFreez - to lock the number of rows
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintColumn freez.intRow freez.
-
Element Details
-
columnFreez
int columnFreezColumn freez.- Returns:
- the int
- Default:
0
-
rowFreez
int rowFreezRow freez.- Returns:
- the int
- Default:
0
-