Closes the current Table.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
RemarksWhen all the operations of current Table are done, you must call the Close method to close the Table. Once the Table is closed, you can not refer it again unless you reopen it.
ExamplesPlease refer to the code example in the OpenTable(String) method topic to learn how to call the Close method.
See Also