Overload | Description |
---|---|
CreateRange() | Creates a text range. |
CreateRange(Int32,Int32) | Creates a range that begins with the specified starting character and continues through the specified length of characters. |
CreateRange(XmlNode) | Creates a range on the specified System.Xml.XmlNode. |
CreateRange(C1TextPointer,C1TextPointer) | Creates a range between the specified start and end C1TextPointer. |