Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / InvalidDataPresenter Class / CoerceValue Method


In This Topic
    CoerceValue Method (InvalidDataPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CoerceValue( _
       ByVal dp As DependencyProperty _
    ) 
    'Usage
     
    Dim instance As InvalidDataPresenter
    Dim dp As DependencyProperty
     
    instance.CoerceValue(dp)
    public void CoerceValue( 
       DependencyProperty dp
    )

    Parameters

    dp
    See Also