Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetCellType Method


In This Topic
    ResetCellType Method (Column)
    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 Column
     
    instance.ResetCellType()
    public void ResetCellType()
    See Also