Link Search Menu Expand Document

IPicturesAddAndFitInto Method (Int32, Int32, Int32, Int32, String)

Adds the specified image. Returns PictureShape object.

Namespace:Bytescout.Spreadsheet.Generic
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
PictureShape AddAndFitInto(
	int topRow,
	int leftColumn,
	int bottomRow,
	int rightColumn,
	string ImageFileName
)

Parameters

topRow
Type: SystemInt32
The top row.
leftColumn
Type: SystemInt32
The left column.
bottomRow
Type: SystemInt32
The bottom row.
rightColumn
Type: SystemInt32
The right column.
ImageFileName
Type: SystemString
The image.

Return Value

Type: PictureShape

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.IPictures.AddAndFitInto(System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

See Also

Reference