ExcelUnitsConverterWidthCharsToPixels Method

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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public double WidthCharsToPixels(
	double widthChars
)

Parameters

widthChars  Double
The value in width characters

Return Value

Double
The value in pixels

See Also