Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetCharSize Method


In This Topic
GetCharSize Method
In This Topic
Syntax
'Declaration
 
Public Shared Function GetCharSize( _
   ByVal gdiFont As Font, _
   ByVal format As StringFormat, _
   ByVal isWinform As Boolean _
) As SizeF
 
'Usage
 
Dim gdiFont As Font
Dim format As StringFormat
Dim isWinform As Boolean
Dim value As SizeF
 
value = SheetViewSynchronizer.GetCharSize(gdiFont, format, isWinform)

Parameters

gdiFont
format
isWinform
See Also