SeqViewColumnTypes

Use these constants with the SeqViewColumn.Type property to define what type of information is displayed for each step in the column.

  • 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.

See Also

SeqViewColumn.Expression

SeqViewColumn.Type