XlsWorkbook
Close Method (Boolean, String)
|
Closes the object.
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(
bool SaveChanges,
string Filename
)
Public Sub Close (
SaveChanges As Boolean,
Filename As String
)
public:
virtual void Close(
bool SaveChanges,
String^ Filename
) sealed
abstract Close :
SaveChanges : bool *
Filename : string -> unit
override Close :
SaveChanges : bool *
Filename : string -> unit
Parameters
-
SaveChanges
-
Type:
System
Boolean
If True, all changes will be saved.
-
Filename
-
Type:
System
String
File name in which workbook will be saved if SaveChanges is true.
Implements
IWorkbook
Close(Boolean, String)
See Also