Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / Split Method
The child content where to split.
The position relative to child where to split.

In This Topic
    Split Method (Paragraph)
    In This Topic
    Splits the paragraph at a specified location relative to a specified child content.
    Syntax
    'Declaration
     
    Public Function Split( _
       ByVal child As ContentObject, _
       ByVal location As InsertLocation _
    ) As Paragraph
    public Paragraph Split( 
       ContentObject child,
       InsertLocation location
    )

    Parameters

    child
    The child content where to split.
    location
    The position relative to child where to split.

    Return Value

    The second part of the split paragraph content.
    See Also