Skip to main content
This is a common method. Any platform-specific implementation limitations will be listed in the topics for the objects using this method.
This method is specific to collection objects. It removes an element from collection by its index.

Syntax

C++

HRESULT DeleteAt( int Index );

C#

void DeleteAt( int Index );

Visual Basic .NET

Sub DeleteAt(Index As Integer)

Parameters

Index [in] This variable contains index of the collection element. It should be in a range from 0 to the value of the Count property of this collection minus 1.

Return values

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

Remarks

The following collections have this method:

See also

DeleteAll Working with Collections