Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Merge(Font,Boolean) Method
The font that suspose to have lower priority than the current font.
true indicates that the font style will be merged; otherwise, false.


In This Topic
Merge(Font,Boolean) Method
In This Topic
Merges the current font with the other specified font.
Syntax
'Declaration
 
Public Sub Merge( _
   ByVal belowFont As Font, _
   ByVal mergeStyle As Boolean _
) 
 
'Usage
 
Dim instance As Font
Dim belowFont As Font
Dim mergeStyle As Boolean
 
instance.Merge(belowFont, mergeStyle)

Parameters

belowFont
The font that suspose to have lower priority than the current font.
mergeStyle
true indicates that the font style will be merged; otherwise, false.
See Also