共用方式為


IntervalClosedSide Enum

Definition

Defines the IntervalClosedSide enumeration.

public enum IntervalClosedSide
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum IntervalClosedSide
public readonly struct IntervalClosedSide : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide>
type IntervalClosedSide = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type IntervalClosedSide = 
type IntervalClosedSide = struct
    interface IEnumValue
    interface IEnumValueFactory<IntervalClosedSide>
Public Enum IntervalClosedSide
Public Structure IntervalClosedSide
Implements IEnumValue, IEnumValueFactory(Of IntervalClosedSide), IEquatable(Of IntervalClosedSide)
Inheritance
IntervalClosedSide
Inheritance
IntervalClosedSide
Attributes

Fields

IntervalClosedSide(String)

Creates a new IntervalClosedSide enum instance

Equals(IntervalClosedSide)
Equals(Object)
GetHashCode()
L 0

l.

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

L

l.

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

Equality(IntervalClosedSide, IntervalClosedSide)
Inequality(IntervalClosedSide, IntervalClosedSide)
R 1

r.

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

R

r.

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

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

Applies to