Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetCellType Method
Example


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()
    Example
    This example uses the ResetCellType method.
    See Also