XlsWorkbook
Close Method (String)
|
Closes the object and saves changes into specified file.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Close(
string Filename
)
Public Sub Close (
Filename As String
)
public:
virtual void Close(
String^ Filename
) sealed
abstract Close :
Filename : string -> unit
override Close :
Filename : string -> unit
Parameters
-
Filename
-
Type:
System
String
File name in which workbook will be saved if SaveChanges is true.
Implements
IWorkbook
Close(String)
See Also