'Declaration
Public Overridable Sub UnbindCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContent As Android.Views.View _ )
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim cellContent As Android.Views.View instance.UnbindCellContent(cellType, range, cellContent)
public virtual void UnbindCellContent( GridCellType cellType, GridCellRange range, Android.Views.View cellContent )
Parameters
- cellType
- range
- cellContent