Creates a TextRange object collection from the current selection.
dhtml语法
rangeCollection = selection.createRangeCollection()
Return Value
Returns a collection of TextRange objects.
Remarks
Microsoft® Internet Explorer 5.5 does not provide multiple selection. The default implementation of this
method returns a collection consisting of a single TextRange object.
Host applications can provide a multiple selection mechanism and can return a collection
of TextRange objects that represents discontinuous selections.
是否符合公共标准
There is no public standard that applies to this method.
Applies To