Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadChartBaseView Class / IsAncestorOf Method


In This Topic
    IsAncestorOf Method (SpreadChartBaseView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsAncestorOf( _
       ByVal descendant As DependencyObject _
    ) As Boolean
    'Usage
     
    Dim instance As SpreadChartBaseView
    Dim descendant As DependencyObject
    Dim value As Boolean
     
    value = instance.IsAncestorOf(descendant)
    public bool IsAncestorOf( 
       DependencyObject descendant
    )

    Parameters

    descendant
    See Also