FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / GridRowColRangesConverter Class / GetConvertToException Method

In This Topic
    GetConvertToException Method (GridRowColRangesConverter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetConvertToException( _
       ByVal value As Object, _
       ByVal destinationType As Type _
    ) As Exception
    protected Exception GetConvertToException( 
       object value,
       Type destinationType
    )

    Parameters

    value
    destinationType
    See Also