'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.