Click or drag to resize
RangeShiftType Enumeration
How the start or end of a range can be shifted.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum RangeShiftType
Members
  Member nameValueDescription
Move0Collapses a nondegenerate range by moving the insertion point.
Extend1Moves to the end of the overlapping unit.
See Also