Spread Silverlight Documentation
BorderLine Constructor(String,BorderLineStyle)


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLine Class > BorderLine Constructor : BorderLine Constructor(String,BorderLineStyle)
The theme color name.
The border style type.
Creates a border line with a specified theme color and style type.
Syntax
'Declaration
 
Public Function New( _
   ByVal themeColor As System.String, _
   ByVal styleType As BorderLineStyle _
)
'Usage
 
Dim themeColor As System.String
Dim styleType As BorderLineStyle
 
Dim instance As New BorderLine(themeColor, styleType)
public BorderLine( 
   System.string themeColor,
   BorderLineStyle styleType
)

Parameters

themeColor
The theme color name.
styleType
The border style type.
See Also

Reference

BorderLine Class
BorderLine Members
Overload List