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


In This Topic
    ResetCellType Method (StyleInfo)
    In This Topic
    Resets the CellType property to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetCellType() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetCellType()
    public void ResetCellType()
    Example
    This example uses the ResetCellType method.
    See Also