Share via


TimelineStyleElement.Type property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TimelineStyleType)
    Get
    Set
'Usage
Dim instance As TimelineStyleElement
Dim value As EnumValue(Of TimelineStyleType)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<TimelineStyleType> Type { get; set; }

Property value

Type: DocumentFormat.OpenXml.EnumValue<TimelineStyleType>

See also

Reference

TimelineStyleElement class

TimelineStyleElement members

DocumentFormat.OpenXml.Office15.Excel namespace