TxtSaveOptions Constructor (SaveFormat) |
Creates text file save options.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic TxtSaveOptions(
SaveFormat format
)
Public Sub New (
format As SaveFormat
)
public:
TxtSaveOptions(
SaveFormat format
)
new :
format : SaveFormat -> TxtSaveOptions
Parameters
- format
- Type: Aspose.CellsSaveFormat
The save format of the text file.
See Also