Click or drag to resize

IWorksheet PixelsToColumnWidth Method

Converts pixels into column width (in characters).

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double PixelsToColumnWidth(
	double pixels
)

Parameters

pixels
Type: System Double
Width in pixels

Return Value

Type: Double
Widht in characters.
See Also