Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class
Members

In This Topic
    C1TextRange Class
    In This Topic
    Represents a contiguous area in an XML document.
    Object Model
    C1TextRange Class
    Syntax
    'Declaration
     
    Public Class C1TextRange 
    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.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Editor.C1TextRange

    See Also