Click or drag to resize

XlsWorksheet PixelsToColumnWidth Method

Converts pixels count into column width value.

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

Parameters

pixels
Type: System Double
Column width in pixels.

Return Value

Type: Double
Column width.

Implements

IWorksheet PixelsToColumnWidth(Double)
See Also