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


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