Table of Contents

Class XlsHeaderFooterShapeCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsHeaderFooterShapeCollection : ShapeCollectionBase, IList<IShape>, ICollection<IShape>, IEnumerable<IShape>, IEnumerable, IExcelApplication, ICloneParent
Inheritance
XlsHeaderFooterShapeCollection
Implements
Inherited Members

Methods

SetPicture(string, Stream)

public XlsShape SetPicture(string strShapeName, Stream image)

Parameters

strShapeName string
image Stream

Returns

XlsShape

SetPicture(string, Stream, int)

public XlsShape SetPicture(string strShapeName, Stream image, int index)

Parameters

strShapeName string
image Stream
index int

Returns

XlsShape

SetPicture(string, Stream, int, bool)

public XlsShape SetPicture(string strShapeName, Stream image, int iIndex, bool bIncludeOptions)

Parameters

strShapeName string
image Stream
iIndex int
bIncludeOptions bool

Returns

XlsShape