ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / BorderCollection Class / BorderCollection Constructor / BorderCollection Constructor(String)
The border color.

In This Topic
    BorderCollection Constructor(String)
    In This Topic
    Create uniform solid borders using a color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As String _
    )
    public BorderCollection( 
       string color
    )

    Parameters

    color
    The border color.
    See Also