DeleteColumn Method of the TableBlockDefinition Object
This method deletes the column of the table block definition at the specified coordinate.
Syntax
Visual Basic .NET
Sub DeleteColumn(X As Integer)
C++
HRESULT DeleteColumn(
int X
);
Parameters
- X
- [in] This variable contains the value of the X-coordinate at which the column will be deleted. The coordinate must be greater than the coordinate of the left border of the column and less than the coordinate of the right border of the column.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions
See also
TableBlockDefinition
15.08.2023 13:19:30