FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / UnbindCellContent Method
Type of the cell.
The range.
Content of the cell.

In This Topic
    UnbindCellContent Method (GridWrapCellFactory)
    In This Topic
    Unbinds the content of the cell.
    Syntax
    'Declaration
     
    Public Overrides Sub UnbindCellContent( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cellContent As FrameworkElement _
    ) 
    public override void UnbindCellContent( 
       GridCellType cellType,
       GridCellRange range,
       FrameworkElement cellContent
    )

    Parameters

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