HtmlSaveOptionsExportWorkbookProperties Property |
Indicating whether exporting workbook properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ExportWorkbookProperties { get; set; }
Public Property ExportWorkbookProperties As Boolean
Get
Set
public:
property bool ExportWorkbookProperties {
bool get ();
void set (bool value);
}
member ExportWorkbookProperties : bool with get, set
Property Value
Type:
Boolean
See Also