ExcelUnitsConverterWidthCharsToPixels Method |
Converts width characters in pixels. 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 WidthCharsToPixels(
double widthChars
)
Public Function WidthCharsToPixels (
widthChars As Double
) As Double
Parameters
- widthChars
- Type: SystemDouble
The value in width characters
Return Value
Type:
DoubleThe value in pixels
See Also