Table of Contents

Class XlsPicturesCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsPicturesCollection : CollectionExtended<IPictureShape>, IList<IPictureShape>, ICollection<IPictureShape>, IEnumerable<IPictureShape>, ICloneParent, IPictures, IExcelApplication, IEnumerable, IDisposable
Inheritance
XlsPicturesCollection
Implements
Derived
Inherited Members

Methods

Add(Stream, string)

public IPictureShape Add(Stream image, string pictureName)

Parameters

image Stream
pictureName string

Returns

IPictureShape

Add(Stream, string, ImageFormatType)

public IPictureShape Add(Stream image, string pictureName, ImageFormatType imageFormat)

Parameters

image Stream
pictureName string
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, Stream)

public IPictureShape Add(int topRow, int leftColumn, Stream stream)

Parameters

topRow int
leftColumn int
stream Stream

Returns

IPictureShape

Add(int, int, Stream, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, Stream stream, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
stream Stream
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, Stream, int, int)

public IPictureShape Add(int topRow, int leftColumn, Stream stream, int scaleWidth, int scaleHeight)

Parameters

topRow int
leftColumn int
stream Stream
scaleWidth int
scaleHeight int

Returns

IPictureShape

Add(int, int, Stream, int, int, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, Stream stream, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
stream Stream
scaleWidth int
scaleHeight int
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, int, int, Stream)

public IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, Stream stream)

Parameters

topRow int
leftColumn int
bottomRow int
rightColumn int
stream Stream

Returns

IPictureShape

Add(int, int, int, int, Stream, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, Stream stream, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
bottomRow int
rightColumn int
stream Stream
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, int, int, string)

public IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, string fileName)

Parameters

topRow int
leftColumn int
bottomRow int
rightColumn int
fileName string

Returns

IPictureShape

Add(int, int, int, int, string, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, string fileName, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
bottomRow int
rightColumn int
fileName string
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, string)

public IPictureShape Add(int topRow, int leftColumn, string fileName)

Parameters

topRow int
leftColumn int
fileName string

Returns

IPictureShape

Add(int, int, string, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, string fileName, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
fileName string
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, string, int, int)

public IPictureShape Add(int topRow, int leftColumn, string fileName, int scaleWidth, int scaleHeight)

Parameters

topRow int
leftColumn int
fileName string
scaleWidth int
scaleHeight int

Returns

IPictureShape

Add(int, int, string, int, int, ImageFormatType)

public IPictureShape Add(int topRow, int leftColumn, string fileName, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)

Parameters

topRow int
leftColumn int
fileName string
scaleWidth int
scaleHeight int
imageFormat ImageFormatType

Returns

IPictureShape

Add(string)

public IPictureShape Add(string strFileName)

Parameters

strFileName string

Returns

IPictureShape

Add(string, ImageFormatType)

public IPictureShape Add(string strFileName, ImageFormatType imageFormat)

Parameters

strFileName string
imageFormat ImageFormatType

Returns

IPictureShape

AddLinkPic(int, int, int, int, string)

public IPictureShape AddLinkPic(int topRow, int leftColumn, int height, int width, string linktarget)

Parameters

topRow int
leftColumn int
height int
width int
linktarget string

Returns

IPictureShape

Clear()

public void Clear()