Delete Method of the DataSetTableColumns Object
This method deletes a column from the data set table.
Syntax
Visual Basic .NET
Sub Delete(Column As DataSetTableColumn)
C++
HRESULT Delete( IDataSetTableColumn* Column );
Parameters
- Column
- [in] The variable of the DataSetTableColumn type refers to the column that will be removed.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM