getRangeAt method

Range getRangeAt(
  1. int index
)

The Selection.getRangeAt() method returns a range object representing one of the ranges currently selected.

Implementation

external Range getRangeAt(int index);