'Declaration Public Overridable Sub UnbindCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContent As FrameworkElement _ )
public virtual void UnbindCellContent( GridCellType cellType, GridCellRange range, FrameworkElement cellContent )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellContent
- Content of the cell.