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


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