InsertAt Method

This method inserts an existing object at the specified position in the collection.

Syntax

C++

HRESULT InsertAt(
  I<ElementType>* Value,
  int             Index
);
    

C#

void InsertAt(
  I<ElementType> Value,
  int           Index
);
    

Visual Basic .NET

Sub InsertAt( _
  Value As I<ElementType>, _
  Index As Integer _
)
    

Parameters

Value
[in] This parameter contains the newly inserted element. Its type depends on the type of collection.
Index
[in] This parameter specifies the index of the newly inserted element. If the element is inserted in place of the existing element, the elements of the collection are shifted to the right. The element may also be inserted at the end of collection, in which case the value of this parameter must be equal to the value of the Count property.

Return values

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

Remarks

The table below describes the collections which provide this method and the types of elements in the collections:

Collection type Element type
IntsCollection int
OfficeConverters OfficeConverterTypeEnum
RegionsCollection Region
SpellReplacementCollection SpellReplacement
SpellWordCollection SpellWord
StringsCollection BSTR
TrainingImagesCollection TrainingImage

See also

Working with Collections

Add

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.