Click or drag to resize

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: 9.0.0
Syntax
public double PixelsToWidthChars(
	double pixels
)

Parameters

pixels  Double
The value in width characters

Return Value

Double
The value in width characters
See Also