FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Overloads Overridable Sub UnbindCell( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cell As GridCellView _
    ) 
    public virtual void UnbindCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell
    )

    Parameters

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