SpreadsheetGear 2023
Author Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : Author Property
Gets or sets the built-in author property which is named "Author". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property.
Syntax
'Declaration
 
Property Author As System.String
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.String
 
instance.Author = value
 
value = instance.Author
System.string Author {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
InitializeDefaults Method
UserName Property
LastAuthor Property
Count Property
IDocumentProperties.Item
Add Method
Value Property