[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Run.Split

Split Method

Split(ContentObject, InsertLocation)

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

Declaration
public virtual Run Split(ContentObject child, InsertLocation location)
Public Overridable Function Split(child As ContentObject, location As InsertLocation) As Run
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
Run

The second part of the split run content.