Set Cell

Set the cell object.

Set the cell with the specified Excel Cell object.

This activity can only be used after the Open Excel File activity.

Input

  • Input : ExcelHandle Variable A variable name that references the opened excel file handle.

  • Sheet Name : String Argument The name of the sheet in which the cell is to be set.

  • Cell : String Argument The cell name to be set.

  • Cell Content : Object Argument The object that represents a cell in an excel sheet with cell features to be set.

Last updated