Spread Windows Forms 12.0 Product Documentation
ToGdiFont Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : ToGdiFont Method
Gets the corresponding GDI+ font.
Syntax
'Declaration
 
Public Function ToGdiFont( _
   ByVal workbook As Workbook, _
   Optional ByVal zoom As Single _
) As Font
'Usage
 
Dim instance As Font
Dim workbook As Workbook
Dim zoom As Single
Dim value As Font
 
value = instance.ToGdiFont(workbook, zoom)
public Font ToGdiFont( 
   Workbook workbook,
   float zoom
)

Parameters

workbook
zoom

Return Value

A System.Drawing.Font object represents the GDI+ font.
See Also

Reference

Font Structure
Font Members