Checks whether this table can be split. A table can only be split if it contains the current input position and no further text is selected.

Introduced: 11.0.

Syntax

public bool CanSplit { get; }
Public ReadOnly Property CanSplit() As Boolean

Limitations

Read only.