FileVersion.LastEdited Property

Last Edited Version.Represents the attribte in schema: lastEdited

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "lastEdited")> _
Public Property LastEdited As StringValue
    Get
    Set
'Usage
Dim instance As FileVersion
Dim value As StringValue

value = instance.LastEdited

instance.LastEdited = value
[SchemaAttrAttribute(, "lastEdited")]
public StringValue LastEdited { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

FileVersion Class

FileVersion Members

DocumentFormat.OpenXml.Spreadsheet Namespace