ExcelUnitsConverterPixelsToWidthChars Method |
Converts pixels to width characters. A value in width characters represents the number of characters that can be displayed in a cell
that is formatted with the standard font.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public double PixelsToWidthChars(
double pixels
)
Public Function PixelsToWidthChars (
pixels As Double
) As Double
Parameters
- pixels
- Type: SystemDouble
The value in width characters
Return Value
Type:
DoubleThe value in width characters
See Also