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

Parameters

pixels
Type: SystemDouble
The value in width characters

Return Value

Type: Double
The value in width characters
See Also