[]
Gets or sets the name of the application.
string NameOfApplication { get; set; }
Property NameOfApplication As String
| Type | Description |
|---|---|
| string | The application name. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.NameOfApplication = "Example App";
string applicationName = properties.NameOfApplication;