XDocuments3.Close method (Object)
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub Close ( _
varIndex As Object _
)
'Usage
Dim instance As XDocuments3
Dim varIndex As Object
instance.Close(varIndex)
void Close(
Object varIndex
)
Parameters
- varIndex
Type: System.Object