XlsSaveOptions.IsTemplate
XlsSaveOptions.IsTemplate property
Indicates whether saving a template file.
[Obsolete("Use XlsSaveOptions(SaveFormat.Xlt) when it is template, otherwise use XlsSaveOptions().")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsTemplate { get; set; }
Remarks
NOTE: This member is now obsolete. Instead, please create XlsSaveOptions with corresponding save format(xlt for true and xls for false). This method will be removed 12 months later since August 2020. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class XlsSaveOptions
- namespace Aspose.Cells
- assembly Aspose.Cells