Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / InvalidDataPresenter Class / SetCurrentValue(DependencyProperty,Object) Method


In This Topic
    SetCurrentValue(DependencyProperty,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetCurrentValue( _
       ByVal dp As DependencyProperty, _
       ByVal value As Object _
    ) 
    'Usage
     
    Dim instance As InvalidDataPresenter
    Dim dp As DependencyProperty
    Dim value As Object
     
    instance.SetCurrentValue(dp, value)
    public void SetCurrentValue( 
       DependencyProperty dp,
       object value
    )

    Parameters

    dp
    value
    See Also