aspose.cells

Class PaneStateType

Utility class containing constants. Represents state of the sheet's pane.

Field Summary
const  NumberFROZEN
Panes are frozen, but were not before being frozen.
const  NumberFROZEN_SPLIT
Panes are frozen and were split before being frozen.
const  NumberSPLIT
Panes are split, but not frozen.
const  NumberNORMAL
Panes are not frozen and not split.
 

    • Field Detail

      • FROZEN

        const Number FROZEN
        Panes are frozen, but were not before being frozen.
      • FROZEN_SPLIT

        const Number FROZEN_SPLIT
        Panes are frozen and were split before being frozen.
      • SPLIT

        const Number SPLIT
        Panes are split, but not frozen.
      • NORMAL

        const Number NORMAL
        Panes are not frozen and not split.