RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / Split Method / Split() Method

In This Topic
    Split() Method
    In This Topic
    Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.
    Syntax
    'Declaration
     
    
    Public Overloads Function Split() As C1TextPointer
    public C1TextPointer Split()

    Return Value

    Returns the position in the parent element between this element and the new element.
    See Also