Winnovative Excel Library

ExcelUnitsConverterPixelsToWidthChars Method

Winnovative Excel Library Documentation
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.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference