[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Author

Author Property

Author

Gets or sets the name of the document's author.

Declaration
string Author { get; set; }
Property Author As String
Property Value
Type Description
string

The name of the document's author.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Author = "Author";
string author = properties.Author;