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


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

    Parameters

    dp
    value
    See Also