<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

<frozen> (Frozen)

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> (Frozen Split)

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> (Split)

Panes are split, but not frozen. In this state, the split bars are adjustable by the user.

Referenced By

<pane@state>3.3.1.64)

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>