Click or drag to resize

Workbook ColumnWidthToPixels Method

onverts column width in characters into column width in pixels.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double ColumnWidthToPixels(
	double columnWidth
)

Parameters

columnWidth
Type: System Double
Column width in characters.

Return Value

Type: Double
Column width in pixels.
See Also