AddColumn Method of the TableBlock Object
This method adds a column to the table.
Syntax
Visual Basic .NET
Function AddColumn(X As Integer) As TableColumn
C++
HRESULT AddColumn(
int X,
ITableColumn** Result
);
Parameters
- X
- [in] This parameter specifies the coordinate of the column border. The specified coordinate must be in range from left to right coordinate of an existing column. The method divides this column into two columns.
- Result
- [out, retval] A pointer to the ITableColumn* variable that receives the interface pointer for the added 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