> ## 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.

# AddToList Method of the ListParams Object

This method adds the paragraph to the list.

## Syntax

### C++

```cpp theme={null}
HRESULT AddToList( IListParams* ListParams );
```

### C\#

```csharp theme={null}
void AddToList( IListParams ListParams );
```

### Visual Basic .NET

```vb theme={null}
Sub AddToList(ListParams As IListParams)
```

## Parameters

ListParams

\[in] This parameter refers to the [ListParams](/fine-reader/engine/api-reference/text-related-objects/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](/fine-reader/engine/api-reference/return-codes).

## See also

[ListParams](/fine-reader/engine/api-reference/text-related-objects/listparams)
