@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface FreezePanes
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
firstColumn
Specify the first column to freeze(one-base), Negative numbers are not allowed
|
int |
topRow
Specify the top row to freeze(one-base).
|
Copyright © 2022. All rights reserved.