Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Workbook Class / Created Property

In This Topic
    Created Property
    In This Topic
    Gets or sets the created time.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Created As Date
    [XmlAttribute()]
    public DateTime Created {get; set;}
    See Also