IntervalClosedSide 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.
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
Name | Value | Description |
---|---|---|
L | 0 | l. When the item is serialized out as xml, its value is "l". |
R | 1 | r. When the item is serialized out as xml, its value is "r". |
Equality(IntervalClosedSide, IntervalClosedSide) | ||
Equals(IntervalClosedSide) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<IntervalClosedSide>.Create(String) | ||
Inequality(IntervalClosedSide, IntervalClosedSide) | ||
IntervalClosedSide(String) | Creates a new IntervalClosedSide enum instance |
|
L | l. When the item is serialized out as xml, its value is "l". |
|
R | r. When the item is serialized out as xml, its value is "r". |
|
ToString() |