Click or drag to resize
RangeInsertMode Enumeration
Options for inserting text into a range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum RangeInsertMode
Members
  Member nameValueDescription
Expand0Expand the range to include the inserted text.
Intersect1Move the start and end positions of the range to those of the inserted text.
See Also