Edit

Share via


MergeEventArgs.Index Property

Definition

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

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

Property Value

The numeric index of the form being merged.

Remarks

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

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

This property can be used only during the Merge event.

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to