DeleteHSeparator Method of the TableBlockDefinition Object
This method deletes the horizontal separator at the specified coordinate.
Syntax
Visual Basic .NET
Sub DeleteHSeparator(Y As Integer)
C++
HRESULT DeleteHSeparator(
int Y
);
Parameters
- Y
- [in] This variable contains the value of the Y-coordinate at which the horizontal separator will be deleted.
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