[]
Gets or sets the informational name of the document template.
string Template { get; set; }
Property Template As String
| Type | Description |
|---|---|
| string | The informational name of the document template. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Template = "Quarterly Report Template";
string template = properties.Template;