PaneValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
BottomRight | 0 | Bottom Right Pane. When the item is serialized out as xml, its value is "bottomRight". |
TopRight | 1 | Top Right Pane. When the item is serialized out as xml, its value is "topRight". |
BottomLeft | 2 | Bottom Left Pane. When the item is serialized out as xml, its value is "bottomLeft". |
TopLeft | 3 | Top Left Pane. When the item is serialized out as xml, its value is "topLeft". |
BottomLeft | Bottom Left Pane. When the item is serialized out as xml, its value is "bottomLeft". |
|
BottomRight | Bottom Right Pane. When the item is serialized out as xml, its value is "bottomRight". |
|
Equality(PaneValues, PaneValues) | ||
Equals(Object) | ||
Equals(PaneValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PaneValues>.Create(String) | ||
Inequality(PaneValues, PaneValues) | ||
PaneValues(String) | Creates a new PaneValues enum instance |
|
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". |
|
ToString() |