Enum PaneStateType
Enum PaneStateType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents state of the sheet’s pane.
public enum PaneStateType
Fields
Frozen = 0
Panes are frozen, but were not before being frozen.
FrozenSplit = 1
Panes are frozen and were split before being frozen.
Normal = 3
Panes are not frozen and not split.
Split = 2
Panes are split, but not frozen.