TableAbsorber.TableAbsorber

TableAbsorber(TextSearchOptions)

Initializes a new instance of the TableAbsorber with text search options.

public TableAbsorber(TextSearchOptions textSearchOptions)
ParameterTypeDescription
textSearchOptionsTextSearchOptionsText search options

Remarks

Performs searching for tables and provides access to the tables via TableList object.

See Also


TableAbsorber()

Initializes a new instance of the TableAbsorber.

public TableAbsorber()

Remarks

Performs searching for tables and provides access to the tables via TableList object.

See Also