In This Topic
Gets or sets the name of the person who made the latest modification.
Syntax
'Declaration
Public Property LastModifiedBy As System.String
'Usage
Dim instance As Workbook
Dim value As System.String
instance.LastModifiedBy = value
value = instance.LastModifiedBy
public System.string LastModifiedBy {get; set;}
public read-write property LastModifiedBy: System.String;
public function get,set LastModifiedBy : System.String
public: __property System.string* get_LastModifiedBy();
public: __property void set_LastModifiedBy(
System.string* value
);
public:
property System.String^ LastModifiedBy {
System.String^ get();
void set ( System.String^ value);
}
See Also