Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridWrapCellFactory Class / UnbindCellContent(GridCellType,GridCellRange,View) Method
Type of the cell.
The range.
Content of the cell.


In This Topic
    UnbindCellContent(GridCellType,GridCellRange,View) Method
    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 Android.Views.View _
    ) 
    'Usage
     
    
    Dim instance As GridWrapCellFactory
    Dim cellType As GridCellType
    Dim range As GridCellRange
    Dim cellContent As Android.Views.View
     
    instance.UnbindCellContent(cellType, range, cellContent)
    public override void UnbindCellContent( 
       GridCellType cellType,
       GridCellRange range,
       Android.Views.View cellContent
    )

    Parameters

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