Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / ToNumberOfChar Method
pixel
Width of the char


In This Topic
    ToNumberOfChar Method
    In This Topic
    Toes the number of char.
    Syntax
    'Declaration
     
    
    Public Shared Function ToNumberOfChar( _
       ByVal pixel As Double, _
       ByVal charWidth As Double _
    ) As Double
    'Usage
     
    
    Dim pixel As Double
    Dim charWidth As Double
    Dim value As Double
     
    value = SheetViewSynchronizer.ToNumberOfChar(pixel, charWidth)
    public static double ToNumberOfChar( 
       double pixel,
       double charWidth
    )

    Parameters

    pixel
    pixel
    charWidth
    Width of the char

    Return Value

    number of char
    See Also