HtmlSaveOptionsExportBogusRowData Property |
Indicating whether exporting bogus bottom row data. 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 ExportBogusRowData { get; set; }
Public Property ExportBogusRowData As Boolean
Get
Set
public:
property bool ExportBogusRowData {
bool get ();
void set (bool value);
}
member ExportBogusRowData : bool with get, set
Property Value
Type:
Boolean
See Also