Passer au contenu principal

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.

Cette méthode renvoie l’indice d’un séparateur de tableau dans la collection. Si aucun séparateur de ce type ne s’y trouve, elle renvoie -1.

Syntaxe

C++

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

C#

int IndexOf( ITableSeparator Separator );

Visual Basic .NET

Function IndexOf(Separator As ITableSeparator) As Integer

Paramètres

Separator [in] Désigne l’objet TableSeparator correspondant au séparateur de tableau à rechercher. Result [out, retval] Ce paramètre contient l’indice de l’élément correspondant au séparateur spécifié.

Valeurs de retour

Cette méthode n’a pas de valeur de retour spécifique. Elle renvoie les valeurs de retour standard des fonctions ABBYY FineReader Engine.

Voir aussi

TableSeparators