Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / ToPixel Method
number of char
Width of the char


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

    Parameters

    numberOfChar
    number of char
    charWidth
    Width of the char

    Return Value

    pixel value
    See Also