IDialogSheet.Hide Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Hide ( _
Cancel As Object _
) As Boolean
'Usage
Dim instance As IDialogSheet
Dim Cancel As Object
Dim returnValue As Boolean
returnValue = instance.Hide(Cancel)
bool Hide(
Object Cancel
)
Parameters
- Cancel
Type: System.Object
Return Value
Type: System.Boolean