MergeEvent.index Property

Definition

Gets the zero-based index of the form that is currently being merged.

public:
 property int index { int get(); };
public int index { get; }
member this.index : int
Public ReadOnly Property index As Integer

Property Value

Remarks

The value of the Index property increases from 0 to Count-1 for each MergeEvent that occurs when forms are merged.

When used in combination with the Count property of the MergeEvent object, the Index property can be used to determine when the last form has been merged.

Applies to