Represents the state of the pane.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum PanesState |
| Visual Basic |
|---|
Public Enumeration PanesState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Frozen | 0 | Panes are frozen, but were not split being frozen. In this state, when the panes are unfrozen again, a single pane results, with no split. In this state, the split bars are not adjustable. | |
| FrozenSplit | 1 | Panes are frozen and were split before being frozen. In this state, when the panes are unfrozen again, the split remains, but is adjustable. | |
| Split | 2 | Panes are split, but not frozen. In this state, the split bars are adjustable by the user. |