Write Row

Category

Excel Commands

Description

This command writes a DataRow to an excel sheet starting from the given cell address. Use this command when you want to set a value to a specific cell.

Parameters

Instance Name

Indicate the instance name for the selected workbook

Sheet Name

Indicate the name of the sheet within the Workbook to activate

Row

Enter DataRow to set (This could be a DataRow) ex. ["Hello","World"]. Direct input will allow only 1 datarow

Cell

Enter the Cell Location (ex. A1 or B2)

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\Excel Commands\Write Row\Write Row.xml

See Also