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

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