Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / IsDescendantOf Method


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

    Parameters

    ancestor
    See Also