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