[]
Gets or sets the name of the document's author.
string Author { get; set; }
Property Author As String
| Type | Description |
|---|---|
| string | The name of the document's author. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Author = "Author";
string author = properties.Author;