HtmlSaveOptions Constructor (SaveFormat) |
Creates options for saving htm file.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic HtmlSaveOptions(
SaveFormat format
)
Public Sub New (
format As SaveFormat
)
public:
HtmlSaveOptions(
SaveFormat format
)
new :
format : SaveFormat -> HtmlSaveOptions
Parameters
- format
- Type: Aspose.CellsSaveFormat
The saving file format.
See Also