Compartir a través de


PaneValues Enumeración

Definición

Tipos de panel

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)
Herencia
PaneValues
Herencia
PaneValues

Campos

PaneValues(String)

Crea una nueva instancia de enumeración PaneValues

BottomLeft 2

Panel inferior izquierdo.

Cuando el elemento se serializa como xml, su valor es "bottomLeft".

BottomLeft

Panel inferior izquierdo.

Cuando el elemento se serializa como xml, su valor es "bottomLeft".

BottomRight 0

Panel inferior derecho.

Cuando el elemento se serializa como xml, su valor es "bottomRight".

BottomRight

Panel inferior derecho.

Cuando el elemento se serializa como xml, su valor es "bottomRight".

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

Panel superior izquierdo.

Cuando el elemento se serializa como xml, su valor es "topLeft".

TopLeft

Panel superior izquierdo.

Cuando el elemento se serializa como xml, su valor es "topLeft".

TopRight

Panel superior derecho.

Cuando el elemento se serializa como xml, su valor es "topRight".

TopRight 1

Panel superior derecho.

Cuando el elemento se serializa como xml, su valor es "topRight".

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

Se aplica a