TextDocument.DeleteLine

Syntax:

DeleteLine(<LineNumber>)

Parameters:

<LineNumber> (required)

Type: Number.
Number of the string to be deleted.

Description:

Deletes a line with the specified number from the text document.

Availability:

Thin client, web-client, server, thick client, external connection.

Example:

DocText.DeleteLine(23);

    

1C:Enterprise Developer's Community