Skip to content

Doc.removeLine method

Doc › removeLine

Unofficial

Remove the given line from the document.

Signature:

removeLine(n: number): void

Parameters:

Parameter Type Description
n number The line number.

Returns: void