Click or drag to resize
WorkbookClose Method
Closes the Workbook object and returns a success message for saving.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Close()
Remarks

If the code for saving document executes successfully, you must call this method to close the Workbook object.

Typically, the Close method should be called at the end of the Page_Load event of the SaveDataPage.

Examples

Please refer to the full example code in the OpenTable(String) method.

See Also