DeleteHSeparator Method of the TableBlock Object
This method deletes the horizontal separator from the table.
Syntax
Visual Basic .NET
Sub DeleteHSeparator(Y As Integer)
C++
HRESULT DeleteHSeparator(
int Y
);
Parameters
- Y
- [in] This parameter specifies the index of the horizontal separator in the collection of horizontal separators. It should be in a range from 0 to the value of the Count property of the collection of horizontal separators minus 1.
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