Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Created Property


In This Topic
    Created Property
    In This Topic
    Gets or sets the created date of the document.
    Syntax
    'Declaration
     
    
    Public Property Created As Date
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As Date
     
    instance.Created = value
     
    value = instance.Created
    public DateTime Created {get; set;}

    Property Value

    A string value represents the created date.
    See Also