'Declaration Public Overridable Sub DisposeCell( _ ByVal grid As C1FlexGrid, _ ByVal cellType As CellType, _ ByVal cell As FrameworkElement _ )
public virtual void DisposeCell( C1FlexGrid grid, CellType cellType, FrameworkElement cell )
Parameters
- grid
- C1FlexGrid that owns the cell.
- cellType
- CellType that specifies the type of cell to be created.
- cell
- System.Windows.FrameworkElement to be disposed of.