| 
IParagraph
AppendOleObject Method (String, DocPicture)
  | 
 Appends the OLE object.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
DocOleObject AppendOleObject(
	string pathToFile,
	DocPicture olePicture
)
 
Function AppendOleObject ( 
	pathToFile As String,
	olePicture As DocPicture
) As DocOleObject
 
DocOleObject^ AppendOleObject(
	String^ pathToFile, 
	DocPicture^ olePicture
)
 
abstract AppendOleObject : 
pathToFile : string * 
olePicture : DocPicture -> DocOleObject 
 
 
 
Parameters
 
- 
pathToFile
 
- 
 Type:
 
System
String
 
 The path to file.
- 
olePicture
 
- 
 Type:
 
Spire.Doc.Fields
DocPicture
 
 The OLE picture.
Return Value
 
 Type:
 
DocOleObject
 
 
 See Also
See Also