IRange.ShowDependents Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function ShowDependents ( _
Remove As Object _
) As Object
'Usage
Dim instance As IRange
Dim Remove As Object
Dim returnValue As Object
returnValue = instance.ShowDependents(Remove)
Object ShowDependents(
Object Remove
)
Parameters
- Remove
Type: System.Object
Return Value
Type: System.Object