XlsWorkbook
SaveAs Method (String)
|
Saves the workbook to a file with the specified file name and save type.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveAs(
string FileName
)
Public Sub SaveAs (
FileName As String
)
public:
virtual void SaveAs(
String^ FileName
) sealed
abstract SaveAs :
FileName : string -> unit
override SaveAs :
FileName : string -> unit
Parameters
-
FileName
-
Type:
System
String
The name of the file to save the workbook to.
Implements
IWorkbook
SaveAs(String)
See Also