Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
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
PictureShape Add( int topRow, int leftColumn, string ImageFileName, int width, int height )
Parameters
- topRow
- Type: SystemInt32
The top row. - leftColumn
- Type: SystemInt32
The left column. - ImageFileName
- Type: SystemString
The image filename. - width
- Type: SystemInt32
The width. - height
- Type: SystemInt32
The height.
Return Value
Type: PictureShape[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.IPictures.Add(System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]
See Also