ApiFreezePanes
class ApiFreezePanes
Description
Class representing freeze panes.
Instance Methods
- FreezeAt
(frozenRange)
Sets the frozen cells in the active worksheet view.
- FreezeColumns
(count)
Freezes the first column or columns of the current worksheet.
- FreezeRows
(count)
Freezes the top row or rows of the current worksheet.
- GetLocation
(): ApiRange | "null"
Returns a range that describes the frozen cells in the active worksheet view.
- Unfreeze
()
Removes all frozen panes in the current worksheet.