Table of Contents

Interface IOleObjects

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IOleObjects : IList<IOleObject>, ICollection<IOleObject>, IEnumerable<IOleObject>, IEnumerable
Inherited Members

Methods

Add(string, Stream, OleLinkType)

Adds new ole object to the collection.

IOleObject Add(string fileName, Stream image, OleLinkType linkType)

Parameters

fileName string

File name.

image Stream

File image.

linkType OleLinkType

Link type.

Returns

IOleObject