SpreadsheetGear 2023
LastAuthor Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : LastAuthor Property
Gets or sets the last author to save this workbook or null if the property named "Last author" is undefined. If any built-in document property is defined when the associated workbook is saved, LastAuthor will be set to IWorkbookSet.UserName if UserName is non-null, otherwise it will copy the current value from Author.
Syntax
'Declaration
 
Property LastAuthor As System.String
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.String
 
instance.LastAuthor = value
 
value = instance.LastAuthor
System.string LastAuthor {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBuiltinDocumentProperties Interface
IBuiltinDocumentProperties Members
UserName Property
Author Property
LastSaveTime Property
CreationDate Property
LastPrintDate Property