Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class / BorderProperty Constructor
string


In This Topic
    BorderProperty Constructor
    In This Topic
    Creates a new border property with the specified name.
    Creates a new BorderProperty object.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New BorderProperty(name)
    protected BorderProperty( 
       string name
    )

    Parameters

    name
    string
    See Also