DeleteColumn Method of the TableBlock Object
This method deletes the column from the table.
Syntax
Visual Basic .NET
Sub DeleteColumn(X As Integer)
C++
HRESULT DeleteColumn(
int X
);
Parameters
- X
- [in] This parameter specifies the coordinate of the column to be deleted. You can pass to this parameter any coordinate greater than the coordinate of the left border of the column and less than the coordinate of the right border of the column. You cannot delete the first and the last column.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30