Skip to content

TableEditor.containsRange method

TableEditor › containsRange

Unofficial

Check whether a document range lies within the table.

Signature:

containsRange(from: number, to: number): boolean

Parameters:

ParameterTypeDescription
fromnumberStart offset of the range.
tonumberEnd offset of the range.

Returns: booleanWhether the range lies within the table.