SeqViewColumn.Type

Syntax

SeqViewColumn.Type

Data Type

SeqViewColumnTypes

Use the following constants with this data type:

  • SeqViewColumnType_Comment –(Value: 7) Comment for the step.
  • SeqViewColumnType_Description –(Value: 3) Description of the step.
  • SeqViewColumnType_ExecutionFlow –(Value: 4) Execution flow of the step.
  • SeqViewColumnType_Expression –(Value: 6) Custom Expression. Use the SeqViewColumn.Expression property to specify an expression for the column.
  • SeqViewColumnType_Name –(Value: 1) Name of the step.
  • SeqViewColumnType_Requirements –(Value: 8) Requirements of the step.
  • SeqViewColumnType_Status –(Value: 5) Status of the step.
  • SeqViewColumnType_StepIndex –(Value: 2) Index of the step.
  • SeqViewColumnType_StepSettings –(Value: 4) A summary of the settings for the step.

Purpose

Specifies the type of the column.

Remarks

You can use this property to define what kind of information displays for each step in the column. When the type of column you need is not defined in SeqViewColumnTypes , you can set the type to SeqViewColumnType_Expression and create your own type using the SeqViewColumn.Expression property. The result of the expression you specify displays for each step.

See Also

SeqViewColumn.Expression