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

In This Topic
    LastModifiedBy Property
    In This Topic
    Gets or sets the name of the person who made the latest modification.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property LastModifiedBy As String
    [XmlAttribute()]
    public string LastModifiedBy {get; set;}
    See Also