Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / CompositeBorder(Border,StyleFormat) Method
A Border value indicates the current border settings.
A StyleFormat value indicates the style formatting above.


In This Topic
CompositeBorder(Border,StyleFormat) Method
In This Topic
Composites the specified StyleFormat value with another specified StyleFormat.
Syntax
'Declaration
 
Public Shared Sub CompositeBorder( _
   ByRef currentBorder As Border, _
   ByRef aboveStyle As StyleFormat _
) 
 
'Usage
 
Dim currentBorder As Border
Dim aboveStyle As StyleFormat
 
Styles.CompositeBorder(currentBorder, aboveStyle)

Parameters

currentBorder
A Border value indicates the current border settings.
aboveStyle
A StyleFormat value indicates the style formatting above.
Remarks
The composited style result will be assigned to currentStyle.
See Also