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


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