Click or drag to resize

IWorksheet ColumnWidthToPixels Method

Converts column width into pixels.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int ColumnWidthToPixels(
	double widthInChars
)

Parameters

widthInChars
Type: System Double
Width in characters.

Return Value

Type: Int32
Width in pixels
See Also