Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
IBody
itemIndex
Int32
pItemIndex
Int32

See Also