Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

尾部冻结的行会停留在工作表的底部。

尾部冻结的列将会停留在工作表的右侧。

示例代码

以下代码创建了冻结行和冻结列。

Code Block
languagejs
titleJavaScript

...

Copy Code

activeSheet.frozenRowCount(1);
activeSheet.frozenColumnCount(1);
//activeSheet.options.frozenlineColor = "red";

...

 

另见

frozenColumnCount Method
frozenRowCount Method
frozenTrailingColumnCount Method
frozenTrailingRowCount Method