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


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