<ST_PaneState>
(Pane State)
State of the sheet's pane.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
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. |
|
Panes are frozen and were split before being frozen. In this state, when the panes are unfrozen again, the split remains, but is adjustable. |
|
Panes are split, but not frozen. In this state, the split bars are adjustable by the user. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PaneState">
<restriction base="xsd:string">
<enumeration value="split"/>
<enumeration value="frozen"/>
<enumeration value="frozenSplit"/>
</restriction>
</simpleType>