Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetCellType Method


In This Topic
    ResetCellType Method (Columns.DefaultColumn)
    In This Topic
    Resets the cell type for the column and makes the column inherit the cell type from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetCellType() 
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
     
    instance.ResetCellType()
    public void ResetCellType()
    See Also