| WorkbookClose Method | 
Namespace: Aceoffix.ExcelReader
 Syntax
Syntax Remarks
RemarksIf 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
ExamplesPlease refer to the full example code in the OpenTable(String) method.
 See Also
See Also