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

In This Topic
    Split Method (Run)
    In This Topic
    Splits the run at a specified location relative to a specified child content.
    Syntax
    'Declaration
     
    Public Overridable Function Split( _
       ByVal child As ContentObject, _
       ByVal location As InsertLocation _
    ) As Run
    public virtual Run 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 run content.
    See Also