Click or drag to resize
RangeAppendMode Enumeration
Options for appending text to a range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum RangeAppendMode
Members
  Member nameValueDescription
Collapse0Collapse the range to its new end.
Expand1Expand the range to include the new text.
Preserve2Preserve the original character positions of the range.
See Also