| 
TextBodyPart
PasteAtEnd Method
  | 
 Pastes at end of textbody.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void PasteAtEnd(
	IBody textBody
)
 
Public Sub PasteAtEnd ( 
	textBody As IBody
)
 
public:
void PasteAtEnd(
	IBody^ textBody
)
 
member PasteAtEnd : 
textBody : IBody -> unit 
 
 
 
Parameters
 
- 
textBody
 
- 
 Type:
 
Spire.Doc.Interface
IBody
 
 The text body.
 
 See Also
See Also