WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / UnbindCell Method / UnbindCell(GridControlRange,GridControlCellView) Method
The range.
The cell.
In This Topic
    UnbindCell(GridControlRange,GridControlCellView) Method
    In This Topic
    Unbinds the cell.
    Syntax
    public void UnbindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    The range.
    cell
    The cell.
    See Also