Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / LastModified Property


In This Topic
LastModified Property
In This Topic
Gets or sets the last modified date of the document.
Syntax
'Declaration
 
Public Property LastModified As Date
 
'Usage
 
Dim instance As DocumentProperties
Dim value As Date
 
instance.LastModified = value
 
value = instance.LastModified

Property Value

A string value represents the last modified date.
See Also