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


In This Topic
    ResetCellType Method (CellWrapper)
    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 Shadows Sub ResetCellType() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetCellType()
    public new void ResetCellType()
    See Also