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


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