[]
Gets the display font from the special font.
public void GetRenderFont(IWorkbook workbook, ref StyleFormat styleFormat)
Public Sub GetRenderFont(workbook As IWorkbook, ByRef styleFormat As StyleFormat)
Type | Name | Description |
---|---|---|
IWorkbook | workbook | The current workbook. |
StyleFormat | styleFormat | The style format which contains the raw font. |
Gets the display font from the special font.
public void GetRenderFont(IWorkbook workbook, ref Font font)
Public Sub GetRenderFont(workbook As IWorkbook, ByRef font As Font)
Type | Name | Description |
---|---|---|
IWorkbook | workbook | The current workbook. |
Font | font | The raw font. |