Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / LastModifiedBy Property


In This Topic
    LastModifiedBy Property
    In This Topic
    Gets or sets the last modified person's name.
    Syntax
    'Declaration
     
    
    Public Property LastModifiedBy As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.LastModifiedBy = value
     
    value = instance.LastModifiedBy
    public string LastModifiedBy {get; set;}

    Property Value

    A string value represents the last modified person's name.
    See Also