excel_sheet_closeΒΆ

excel_sheet_close closes a sheet and frees all memory associated with the sheet object.

bool = excel_sheet_close(oSheet)

Return Value

bool is TRUE (1) if the sheet was closed successfully.

Parameters

oSheet

oSheet is an object created by excel_sheet_open.

History

Version

Description

5.5.0

New

id-1999606