Enum
SelectionRangeType

Describes the selection range type.

Definition

Namespace:Telerik.Windows.Documents.Selection

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum SelectionRangeType

Fields

Composite

Selection range containing text and table elements.

Declaration

cs-api-definition
Composite = 0

Field Value

SelectionRangeType

Table

Selection range containing a table only.

Declaration

cs-api-definition
Table = 1

Field Value

SelectionRangeType

TableCell

Selection range containing a table cell only.

Declaration

cs-api-definition
TableCell = 3

Field Value

SelectionRangeType

TableRow

Selection range containing a table row only.

Declaration

cs-api-definition
TableRow = 2

Field Value

SelectionRangeType

In this article
DefinitionFieldsCompositeTableTableCellTableRow
Not finding the help you need?
Contact Support