[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Paragraph.Split

Split Method

Split(ContentObject, InsertLocation)

Splits the paragraph at a specified location relative to a specified child content.

Declaration
public Paragraph Split(ContentObject child, InsertLocation location)
Public Function Split(child As ContentObject, location As InsertLocation) As Paragraph
Parameters
Type Name Description
ContentObject child

The child content where to split.

InsertLocation location

The position relative to child where to split.

Returns
Type Description
Paragraph

The second part of the split paragraph content.