SequenceView.StepToItemIndex

Syntax

SequenceView.StepToItemIndex( group, stepIndex)

Return Value

Long

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.

See Also

SequenceView.ItemIndexToStep