Click or drag to resize

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
)

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