Annotation Type ExcelFreezePane


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ExcelFreezePane
The Interface ExcelFreezePane.
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 Elements
    Modifier and Type
    Optional Element
    Description
    int
    Column freez.
    int
    Row freez.
  • Element Details

    • columnFreez

      int columnFreez
      Column freez.
      Returns:
      the int
      Default:
      0
    • rowFreez

      int rowFreez
      Row freez.
      Returns:
      the int
      Default:
      0