freezePanes(int $row, int $column): self
freezePanes(1, 0); // 冻结第一行 freezePanes(0, 1); // 冻结第一列 freezePanes(1, 1); // 冻结第一行和第一列