[]
Splits the text content at a specified position.
public virtual Text Split(int position)
Public Overridable Function Split(position As Integer) As Text
Type | Name | Description |
---|---|---|
int | position | The position in the text where to split. |
Type | Description |
---|---|
Text | The second part of the split text content. |