GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderFont Method / GetRenderFont(IWorkbook,Font) Method
The current workbook.
The raw font.


In This Topic
GetRenderFont(IWorkbook,Font) Method
In This Topic
Gets the display font from the special font.
Syntax
'Declaration
 
Public Overloads Sub GetRenderFont( _
   ByVal workbook As IWorkbook, _
   ByRef font As Font _
) 
 
'Usage
 
Dim instance As Theme
Dim workbook As IWorkbook
Dim font As Font
 
instance.GetRenderFont(workbook, font)

Parameters

workbook
The current workbook.
font
The raw font.
See Also