Share via


MergeEvent.Count Property

Gets the count of the number of forms being merged in a merging operation.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As MergeEvent
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32

Remarks

The Count property can be used in combination with the Index() property of MergeEvent to determine when the last form was merged.

See Also

Reference

MergeEvent Interface

MergeEvent Members

Microsoft.Office.Interop.InfoPath Namespace