freezePanes(int $row, int $column): self
Line number
column number
freezePanes(1, 0); // freeze the first line freezePanes(0, 1); // Freeze the first column freezePanes(1, 1); // Freeze the first row and first column
Last updated 5 years ago