FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / UnbindCell Method
The range.
The cell.

In This Topic
    UnbindCell Method (GridControlAdapter)
    In This Topic
    Unbinds the cell.
    Syntax
    'Declaration
     
    Public Overridable Sub UnbindCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView _
    ) 
    public virtual void UnbindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    The range.
    cell
    The cell.
    See Also