GetColumns Method of the TableBlockDefinition Object
This method returns all the columns of the table block.
Syntax
Visual Basic .NET
Function GetColumns() As BlockDefinitions
C++
HRESULT GetColumns( IBlockDefinitions** Result );
Parameters
- result
- [out, retval] A pointer to the IBlockDefinition* variable that receives the interface pointer for the returned columns.
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