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


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