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

# RemoveFromList Method of the ListParams Object

This method removes the paragraph from the list.

## Syntax

### C++

```cpp theme={null}
HRESULT RemoveFromList();
```

### C\#

```csharp theme={null}
void RemoveFromList();
```

### Visual Basic .NET

```vb theme={null}
Sub RemoveFromList()
```

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