with$ method

NotebookRange with$(
  1. IInline74 change
)

Derive a new range for this range.

@param change An object that describes a change to this range. @returns A range that reflects the given change. Will return this range if the change is not changing anything.

Implementation

_i3.NotebookRange with$(_i3.IInline74 change) => _i5.callMethod(
      this,
      'with',
      [change],
    );