Click or drag to resize

TextBodyPart PasteAt Method (IBody, Int32)

Pastes at specified position.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void PasteAt(
	IBody textBody,
	int itemIndex
)

Parameters

textBody
Type: Spire.Doc.Interface IBody
The text body.
itemIndex
Type: System Int32
Index of the item.
See Also