Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Text Class / Split Method
The position in the text where to split.

In This Topic
    Split Method (Text)
    In This Topic
    Splits the text content at a specified position.
    Syntax
    'Declaration
     
    Public Overridable Function Split( _
       ByVal position As System.Integer _
    ) As Text
    public virtual Text Split( 
       System.int position
    )

    Parameters

    position
    The position in the text where to split.

    Return Value

    The second part of the split text content.
    See Also