Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / ApplyFont Method
The font's setting


In This Topic
ApplyFont Method
In This Topic
Apply font's setting for whole font
Syntax
'Declaration
 
Sub ApplyFont( _
   ByVal font As Font _
) 
 
'Usage
 
Dim instance As IFont
Dim font As Font
 
instance.ApplyFont(font)

Parameters

font
The font's setting
See Also