SelectedSteps.GetStepGroup

Syntax

SelectedSteps.GetStepGroup( nthSelectedStep)

Return Value

StepGroups

Use the following constants with this data type:

  • StepGroup_Cleanup –(Value: 2) Specifies the Cleanup step group.
  • StepGroup_Main –(Value: 1) Specifies the Main step group.
  • StepGroup_Setup –(Value: 0) Specifies the Setup step group.

Purpose

Returns the step group of the specified step in the collection.

Parameters

nthSelectedStep As Long

[In] Specifies the index of a step in the collection.

See Also

SelectedSteps.GetStepIndex