Spread WinForms 15
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)

Parameters

pixel
pixel
charWidth
Width of the char

Return Value

number of char
See Also