PicturesAdd Method (Int32, Int32, Image)Bytescout Spreadsheet SDK
Adds the specified image. Returns PictureShape object.

Namespace:  Bytescout.Spreadsheet.Generic
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public PictureShape Add(
	int topRow,
	int leftColumn,
	Image image
)

Parameters

topRow
Type: SystemInt32
The top row.
leftColumn
Type: SystemInt32
The left column.
image
Type: System.DrawingImage
The image.

Return Value

Type: PictureShape

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.Pictures.Add(System.Int32,System.Int32,System.Drawing.Image)"]

See Also

Reference