Click or drag to resize

XlsWorkbook PixelsToWidth Method

Converts pixels to a width value based on the maximum digit width.

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

Parameters

pixels
Type: System Double
The pixel value to convert.

Return Value

Type: Double
The converted width value.
See Also