SeqViewColumn.Expression
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SeqViewColumn.Expression
Syntax
SeqViewColumn.Expression
Data Type
Purpose
Specifies the expression for the column.
Remarks
The column evaluates the expression and displays the evaluation result for each step.
The Expression property is one of two ways you can define what a column displays. You can also use the SeqViewColumn.Type property to define standard columns, such as step index or step description.
Note
This property is active only when the column type is
SeqViewColumnType_Expression
. The expression must return a string.