Table of Contents

Interface IPictures

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IPictures : IExcelApplication, IEnumerable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

IPictureShape this[int Index] { get; }

Parameters

Index int

Property Value

IPictureShape

Methods

Add(Stream, string)

IPictureShape Add(Stream image, string pictureName)

Parameters

image Stream
pictureName string

Returns

IPictureShape

Add(Stream, string, ImageFormatType)

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

Parameters

image Stream
pictureName string
imageFormat ImageFormatType

Returns

IPictureShape

Add(int, int, Stream)

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

Parameters

topRow int
leftColumn int
stream Stream

Returns

IPictureShape

Add(int, int, Stream, ImageFormatType)

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)

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)

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)

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)

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)

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)

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)

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

Parameters

topRow int
leftColumn int
fileName string

Returns

IPictureShape

Add(int, int, string, ImageFormatType)

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)

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)

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)

IPictureShape Add(string strFileName)

Parameters

strFileName string

Returns

IPictureShape

Add(string, ImageFormatType)

IPictureShape Add(string strFileName, ImageFormatType imageFormat)

Parameters

strFileName string
imageFormat ImageFormatType

Returns

IPictureShape