GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / IsDescendantOf Method


In This Topic
IsDescendantOf Method (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public Function IsDescendantOf( _
   ByVal ancestor As DependencyObject _
) As Boolean
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim ancestor As DependencyObject
Dim value As Boolean
 
value = instance.IsDescendantOf(ancestor)

Parameters

ancestor
See Also