ApiFreezePanes
Represents the ApiFreezePanes class.
Methods
Method | Returns | Description |
---|---|---|
FreezeAt | None | Sets the frozen cells in the active worksheet view. The range provided corresponds to the cells that will be frozen in the top- and left-most pane. |
FreezeColumns | None | Freezes the first column or columns of the current worksheet. |
FreezeRows | None | 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 | None | Removes all frozen panes in the current worksheet. |