Add Image to Cell
Description
This action component allows you to add images to specified Excel Sheets.
Input Properties
- Input ExcelObject (IExcelObject) – The input Excel Object connection.
- Sheet Name (String) – The sheet that you want to insert image to.
- Cell Name (String) – The cell name you want to add image to.
- Image File Path (String) – Input the full path of the image
- Input Image (Bitmap) – Input Bitmap image object
- Image Scale (Int32) – Image Scale
Output Properties
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.