ONLYOFFICE Docs 9.3 released: enhanced PDF Editor and more signature options, multipage view for documents, Solver in sheets, GIF playback in presentation slideshow mode, AI-powered updates, and more.
Set the "column" freeze pane type to the current worksheet.
// Specify the freeze pane type. // How to freeze columns in the current worksheet. const freezePaneType ="column"; Api.SetFreezePanesType(freezePaneType);