Click or drag to resize
TextStringsInsertNullStr Method
Inserts a null string in the collection at the specified string index.

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

Parameters

index
Type: SystemInt32
The string index.
See Also