Skip to main content
This method adds the paragraph to the list.

Syntax

C++

HRESULT AddToList( IListParams* ListParams );

C#

void AddToList( IListParams ListParams );

Visual Basic .NET

Sub AddToList(ListParams As IListParams)

Parameters

ListParams [in] This parameter refers to the ListParams object which contains the parameters of the list to which the paragraph should be added.

Return values

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

See also

ListParams