Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This property provides access to the number of the column to which the character in the position belongs.

Syntax

C++

HRESULT get_ColumnNumber(
   int  Position,
   int* Result
);

C#

int get_ColumnNumber( int Position );

Visual Basic .NET

ReadOnly Property ColumnNumber(Position As Integer) As Integer

Parameters

Position [in] This variable contains the index of a character inside the paragraph. Result [out, retval] A pointer to int variable that receives the number of the column.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Paragraph Working with Properties