Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetBorderLineWidth Method
The border line style.


In This Topic
GetBorderLineWidth Method
In This Topic
Get the size of the border line style.
Syntax
'Declaration
 
Public Shared Function GetBorderLineWidth( _
   ByVal borderLineStyle As BorderLineStyle _
) As Single
 
'Usage
 
Dim borderLineStyle As BorderLineStyle
Dim value As Single
 
value = Styles.GetBorderLineWidth(borderLineStyle)

Parameters

borderLineStyle
The border line style.

Return Value

The size of the border line style.
See Also