Share via


TimelineState.LastRefreshVersion property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "lastRefreshVersion")> _
Public Property LastRefreshVersion As UInt32Value
    Get
    Set
'Usage
Dim instance As TimelineState
Dim value As UInt32Value

value = instance.LastRefreshVersion

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

TimelineState class

TimelineState members

DocumentFormat.OpenXml.Office15.Excel namespace