GetRenderFont(IWorkbook,Font) Method
Gets the display font from the special font.
public void GetRenderFont(
IWorkbook ,
ref Font
)
'Declaration
Public Overloads Sub GetRenderFont( _
ByVal As IWorkbook, _
ByRef 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.