Class SelectionRangeType
Describes the selection range type.
Inheritance
System.Object
SelectionRangeType
Namespace: Telerik.Windows.Documents.Selection
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class SelectionRangeType : Enum
Fields
Composite
Selection range containing text and table elements.
Declaration
public const SelectionRangeType Composite
Field Value
SelectionRangeType
|
Table
Selection range containing a table only.
Declaration
public const SelectionRangeType Table
Field Value
SelectionRangeType
|
TableCell
Selection range containing a table cell only.
Declaration
public const SelectionRangeType TableCell
Field Value
SelectionRangeType
|
TableRow
Selection range containing a table row only.
Declaration
public const SelectionRangeType TableRow
Field Value
SelectionRangeType
|
value__
Declaration
public int value__
Field Value
System.Int32
|