Click or drag to resize

IOleObjects Add Method (String, Image, OleLinkType)

Adds new ole object to the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IOleObject Add(
	string fileName,
	Image image,
	OleLinkType linkType
)

Parameters

fileName
Type: System String
File name.
image
Type: System.Drawing Image
File image.
linkType
Type: Spire.Xls OleLinkType
Link type.

Return Value

Type: IOleObject
See Also