Chinese Simplified (简体中文)

IndexOf Method of the TableSeparators Object

This method returns the index of a table separator in the collection. If there is no such separator in the collection, -1 is returned.

Syntax

C++

HRESULT IndexOf(
  ITableSeparator* Separator,
  int*             Result
);
    

C#

int IndexOf( ITableSeparator Separator );
    

Visual Basic .NET

Function IndexOf(Separator As ITableSeparator) As Integer
    

Parameters

Separator
[in] Refers to the TableSeparator object which corresponds to the table separator that is to be found.
Result
[out, retval] This parameter contains the index of element which corresponds to the specified separator.

Return values

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

See also

TableSeparators

24.03.2023 8:51:52

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.