Share via


TimelineStyleElement.FormatId property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dxfId")> _
Public Property FormatId As UInt32Value
    Get
    Set
'Usage
Dim instance As TimelineStyleElement
Dim value As UInt32Value

value = instance.FormatId

instance.FormatId = value
[SchemaAttrAttribute(, "dxfId")]
public UInt32Value FormatId { get; set; }

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

TimelineStyleElement class

TimelineStyleElement members

DocumentFormat.OpenXml.Office15.Excel namespace