Click or drag to resize

IRecordRemoveTable Method

Removes the specified table from the list of detected tables.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
void RemoveTable(
	ITable table
)

Parameters

table
Type: Opait.ReportMiner.ApiITable
The table top remove.
See Also