Spread Windows Forms 12.0 Product Documentation
ApplyFont Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : ApplyFont Method
The font's setting
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)
void ApplyFont( 
   Font font
)

Parameters

font
The font's setting
See Also

Reference

IFont Interface
IFont Members