Spread Windows Forms 15.0
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
    public DateTime LastModified {get; set;}

    Property Value

    A string value represents the last modified date.
    See Also