WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / UnbindCell Method / UnbindCell(GridCellType,GridCellRange,GridCellView) Method
Type of the cell.
The range.
The cell.
In This Topic
    UnbindCell(GridCellType,GridCellRange,GridCellView) Method
    In This Topic
    Unbinds the cell.
    Syntax
    public virtual void UnbindCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cell
    The cell.
    See Also