Delete Method of the DataSets Object
This method deletes the data set from the collection.
Syntax
Visual Basic .NET
Sub Delete(Item As DataSet)
C++
HRESULT Delete( IDataSet* Item );
Parameters
- Item
- [in] The variable specifies the DataSet to 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