HtmlSaveOptionsExportDocumentProperties Property |
Indicating whether exporting document 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 ExportDocumentProperties { get; set; }
Public Property ExportDocumentProperties As Boolean
Get
Set
public:
property bool ExportDocumentProperties {
bool get ();
void set (bool value);
}
member ExportDocumentProperties : bool with get, set
Property Value
Type:
Boolean
See Also