IMsoEServicesDialog.Close Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Close ( _
ApplyWebComponentChanges As Boolean _
)
'Usage
Dim instance As IMsoEServicesDialog
Dim ApplyWebComponentChanges As Boolean
instance.Close(ApplyWebComponentChanges)
void Close(
bool ApplyWebComponentChanges
)
Parameters
- ApplyWebComponentChanges
Type: System.Boolean