| 
TextBodyPart
PasteAt Method (IBody, Int32, 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
Syntax
 
 
public void PasteAt(
	IBody textBody,
	int itemIndex,
	int pItemIndex
)
 
Public Sub PasteAt ( 
	textBody As IBody,
	itemIndex As Integer,
	pItemIndex As Integer
)
 
public:
void PasteAt(
	IBody^ textBody, 
	int itemIndex, 
	int pItemIndex
)
 
member PasteAt : 
textBody : IBody * 
itemIndex : int * 
pItemIndex : int -> unit 
 
 
 
Parameters
 
- 
textBody
 
- 
 Type:
 
Spire.Doc.Interface
IBody
 
 The text body.
- 
itemIndex
 
- 
 Type:
 
System
Int32
 
 Index of the item.
- 
pItemIndex
 
- 
 Type:
 
System
Int32
 
 Index of the p item.
 
 See Also
See Also