Enum SelectionRangeType
Describes the selection range type.
Namespace: Telerik.WinForms.Documents.Selection
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum SelectionRangeType
Composite
Selection range containing text and table elements.
Table
Selection range containing a table only.
TableCell
Selection range containing a table cell only.
TableRow
Selection range containing a table row only.