SeqViewColumn.Expression

Syntax

SeqViewColumn.Expression

Data Type

String

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.

See Also

SeqViewColumn.Caption

SeqViewColumn.Type