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

TableBlock

TableColumn

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.