SequenceView.StepToItemIndex
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SequenceView.StepToItemIndex
Syntax
SequenceView.StepToItemIndex( group, stepIndex)
Return Value
Returns a zero-based index. The index identifies the item that displays the specified step. When the step is within a collapsed group, the index identifies the step group start marker.
Purpose
Converts from a step group and step index to an index into the list of items the control displays.
Parameters
group As StepGroups
[In] Specifies a step group.
stepIndex As Long
[In] Specifies an index into the specified step group.