TimelineStyleType 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 TimelineStyleType enumeration.
public enum TimelineStyleType[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum TimelineStyleTypepublic readonly struct TimelineStyleType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType>type TimelineStyleType = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type TimelineStyleType = type TimelineStyleType = struct
    interface IEnumValue
    interface IEnumValueFactory<TimelineStyleType>Public Enum TimelineStyleTypePublic Structure TimelineStyleType
Implements IEnumValue, IEnumValueFactory(Of TimelineStyleType), IEquatable(Of TimelineStyleType)- Inheritance
- 
				TimelineStyleType
- Inheritance
- 
				TimelineStyleType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| SelectionLabel | 0 | selectionLabel. When the item is serialized out as xml, its value is "selectionLabel". | 
| TimeLevel | 1 | timeLevel. When the item is serialized out as xml, its value is "timeLevel". | 
| PeriodLabel1 | 2 | periodLabel1. When the item is serialized out as xml, its value is "periodLabel1". | 
| PeriodLabel2 | 3 | periodLabel2. When the item is serialized out as xml, its value is "periodLabel2". | 
| SelectedTimeBlock | 4 | selectedTimeBlock. When the item is serialized out as xml, its value is "selectedTimeBlock". | 
| UnselectedTimeBlock | 5 | unselectedTimeBlock. When the item is serialized out as xml, its value is "unselectedTimeBlock". | 
| SelectedTimeBlockSpace | 6 | selectedTimeBlockSpace. When the item is serialized out as xml, its value is "selectedTimeBlockSpace". | 
| Equality(TimelineStyleType, TimelineStyleType) | ||
| Equals(Object) | ||
| Equals(TimelineStyleType) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TimelineStyleType>.Create(String) | ||
| Inequality(TimelineStyleType, TimelineStyleType) | ||
| PeriodLabel1 | periodLabel1. When the item is serialized out as xml, its value is "periodLabel1". | |
| PeriodLabel2 | periodLabel2. When the item is serialized out as xml, its value is "periodLabel2". | |
| SelectedTimeBlock | selectedTimeBlock. When the item is serialized out as xml, its value is "selectedTimeBlock". | |
| SelectedTimeBlockSpace | selectedTimeBlockSpace. When the item is serialized out as xml, its value is "selectedTimeBlockSpace". | |
| SelectionLabel | selectionLabel. When the item is serialized out as xml, its value is "selectionLabel". | |
| TimeLevel | timeLevel. When the item is serialized out as xml, its value is "timeLevel". | |
| TimelineStyleType(String) | Creates a new TimelineStyleType enum instance | |
| ToString() | ||
| UnselectedTimeBlock | unselectedTimeBlock. When the item is serialized out as xml, its value is "unselectedTimeBlock". |