Spread Windows Forms 15.0
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)
    public static SizeF GetCharSize( 
       Font gdiFont,
       StringFormat format,
       bool isWinform
    )

    Parameters

    gdiFont
    format
    isWinform
    See Also