Skip to content

Doc.removeLine method

Doc › removeLine

Unofficial

Remove the given line from the document.

Signature:

removeLine(n: number): void

Parameters:

ParameterTypeDescription
nnumberThe line number.

Returns: void