Click or drag to resize
TextStringsDeleteRange Method
Deletes the contents of a given range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void DeleteRange(
	TextRange range
)

Parameters

range
Type: TextObjectModelTextRange
The range to delete.
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null.
See Also