Share via


PaneStateValues Enumeration

Pane State

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Enumeration PaneStateValues
'使用
Dim instance As PaneStateValues
public enum PaneStateValues

Members

Member name Description
Split Split. When the item is serialized out as xml, its value is "split".
Frozen Frozen. When the item is serialized out as xml, its value is "frozen".
FrozenSplit Frozen Split. When the item is serialized out as xml, its value is "frozenSplit".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace