asposecells.api

Class PaneStateType

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

Field Summary
const  intFROZEN
Panes are frozen, but were not before being frozen.
const  intFROZEN_SPLIT
Panes are frozen and were split before being frozen.
const  intSPLIT
Panes are split, but not frozen.
const  intNORMAL
Panes are not frozen and not split.
 

    • Field Detail

      • FROZEN

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

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

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

        const int NORMAL
        Panes are not frozen and not split.