ResetCellType Method (Column)
Resets the cell type for the column and makes the column inherit the cell type from the default column.
public void ResetCellType()
'Declaration
Public Sub ResetCellType()
'Usage
Dim instance As Column
instance.ResetCellType()