Represents a contiguous area in an XML document.
Namespace:
C1.Win.XmlEditorAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
[DefaultMemberAttribute("Item")] public class C1TextRange |
| Visual Basic (Declaration) |
|---|
<DefaultMemberAttribute("Item")> _ Public Class C1TextRange |
Remarks
Each C1TextRange object is defined by a starting, Start, and an ending, End, character position of the type C1TextPointer.
C1TextRange objects are used to identify specific portions of a document.
C1TextRange objects are independent of the selection.
That is, you can define and manipulate a range without changing the selection. You can also define multiple ranges in a document, while there can be only one selection per pane.