Click or drag to resize

TimelineStyleType Enumeration

Defines the TimelineStyleType enumeration.

Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TimelineStyleType
Members
Member nameValueDescription
SelectionLabel0 selectionLabel.

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

TimeLevel1 timeLevel.

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

PeriodLabel12 periodLabel1.

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

PeriodLabel23 periodLabel2.

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

SelectedTimeBlock4 selectedTimeBlock.

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

UnselectedTimeBlock5 unselectedTimeBlock.

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

SelectedTimeBlockSpace6 selectedTimeBlockSpace.

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

See Also