FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / UnbindCell Method / UnbindCell(GridControlRange,GridControlCellView) Method

In This Topic
    UnbindCell(GridControlRange,GridControlCellView) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Sub UnbindCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView _
    ) 
    public override void UnbindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    cell
    See Also