Click or drag to resize
TextStringsRemove Method (Int32, Int32)
Removes one or more strings from the string collection, starting at the specified index.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void Remove(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The string index.
count
Type: SystemInt32
The count of strings to remove.
See Also