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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public double PixelsToWidthChars(
double pixels
)
Public Function PixelsToWidthChars (
pixels As Double
) As Double
public:
double PixelsToWidthChars(
double pixels
)
member PixelsToWidthChars :
pixels : float -> float
- pixels Double
- The value in width characters
DoubleThe value in width characters