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

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Close()
Remarks
When all the operations of the current Table are done, you must call the Close method to close the Table. Once the Table is closed, you cannot refer to it again.
Examples

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

See Also