Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillSmartTag Class / GetValue Method


In This Topic
    GetValue Method (DragFillSmartTag)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal dp As DependencyProperty _
    ) As Object
    'Usage
     
    Dim instance As DragFillSmartTag
    Dim dp As DependencyProperty
    Dim value As Object
     
    value = instance.GetValue(dp)
    public object GetValue( 
       DependencyProperty dp
    )

    Parameters

    dp
    See Also