Click or drag to resize

IWorkbook Close Method (Boolean)

Closes the object.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Close(
	bool saveChanges
)

Parameters

saveChanges
Type: System Boolean
If True, all changes will be saved.
See Also