[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Text.Split

Split Method

Split(int)

Splits the text content at a specified position.

Declaration
public virtual Text Split(int position)
Public Overridable Function Split(position As Integer) As Text
Parameters
Type Name Description
int position

The position in the text where to split.

Returns
Type Description
Text

The second part of the split text content.