Describes the selection range type.
Definition
Namespace:Telerik.Windows.Documents.Selection
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum SelectionRangeType
Fields
Selection range containing text and table elements.
C#
Composite = 0
Selection range containing a table only.
C#
Table = 1
Selection range containing a table cell only.
C#
TableCell = 3
Selection range containing a table row only.
C#
TableRow = 2