Winnovative Excel Library

ExcelUnitsConverterWidthCharsToPixels Method

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

public double WidthCharsToPixels(
	double widthChars
)

Parameters

widthChars
Type: SystemDouble
The value in width characters

Return Value

Type: Double
The value in pixels
See Also

Reference