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