Click or drag to resize
TableClose Method
Closes the current Table.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Close()
Remarks
When 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.
Examples

Please refer to the code example in the OpenTable(String) method topic to learn how to call the Close method.

See Also