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
Returns
SetPicture(string, Stream, int)
public XlsShape SetPicture(string strShapeName, Stream image, int index)
Parameters
Returns
SetPicture(string, Stream, int, bool)
public XlsShape SetPicture(string strShapeName, Stream image, int iIndex, bool bIncludeOptions)