AddOutExpression

concerns

The AddOutExpression attribute function adds an expression to the variable that is described with the content of a specific cell of the excel sheet.

 

Syntax

AddOutExpression(Expression As String, ExcelMapping As String)

Return value

None

Parameter

Use

Name

Type

Passing

Description

Required

Expression

String

ByVal

Expression

Required

ExcelMapping

String

ByVal

Excel cell or range description

Note

Output expressions can also be lists. Then a range of cells must be specified in Excel mapping.

 

Example

 

Sheet.AddOutExpression("TV.Stand", "B1")

# the value of B1 is written in the variable TV.Stand