PaneStateType Enum
PaneStateType Enum
Represents state of the sheet’s pane.
type PaneStateType int32
Fields
| Field | Description | 
|---|---|
| Frozen | Panes are frozen, but were not before being frozen. | 
| FrozenSplit | Panes are frozen and were split before being frozen. | 
| Split | Panes are split, but not frozen. | 
| Normal | Panes are not frozen and not split. |