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


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

Parameters

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