PaneValues Enum

Definition

Pane Types

public enum PaneValues
public readonly struct PaneValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.PaneValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.PaneValues>
type PaneValues = 
type PaneValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PaneValues>
Public Enum PaneValues
Public Structure PaneValues
Implements IEnumValue, IEnumValueFactory(Of PaneValues), IEquatable(Of PaneValues)
Inheritance
PaneValues
Inheritance
PaneValues

Fields

PaneValues(String)

Creates a new PaneValues enum instance

BottomLeft 2

Bottom Left Pane.

When the item is serialized out as xml, its value is "bottomLeft".

BottomLeft

Bottom Left Pane.

When the item is serialized out as xml, its value is "bottomLeft".

BottomRight 0

Bottom Right Pane.

When the item is serialized out as xml, its value is "bottomRight".

BottomRight

Bottom Right Pane.

When the item is serialized out as xml, its value is "bottomRight".

Equals(Object)
Equals(PaneValues)
GetHashCode()
Equality(PaneValues, PaneValues)
Inequality(PaneValues, PaneValues)
TopLeft 3

Top Left Pane.

When the item is serialized out as xml, its value is "topLeft".

TopLeft

Top Left Pane.

When the item is serialized out as xml, its value is "topLeft".

TopRight

Top Right Pane.

When the item is serialized out as xml, its value is "topRight".

TopRight 1

Top Right Pane.

When the item is serialized out as xml, its value is "topRight".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PaneValues>.Create(String)

Applies to