Spread for ASP.NET 12 Product Documentation
Border Constructor(BorderStyle,Color,Int16)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class > Border Constructor : Border Constructor(BorderStyle,Color,Int16)
Style of the border
Color of the border
Width of the border
Creates a new border with the specified style, color, and width.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As BorderStyle, _
   ByVal color As Color, _
   ByVal size As Short _
)
'Usage
 
Dim style As BorderStyle
Dim color As Color
Dim size As Short
 
Dim instance As New Border(style, color, size)
public Border( 
   BorderStyle style,
   Color color,
   short size
)

Parameters

style
Style of the border
color
Color of the border
size
Width of the border
See Also

Reference

Border Class
Border Members
Overload List