[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Template

Template Property

Template

Gets or sets the informational name of the document template.

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

The informational name of the document template.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Template = "Quarterly Report Template";
string template = properties.Template;