Click or drag to resize

XlsWorkbook FileWidthToPixels Method

Converts file width to pixels.

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

Parameters

fileWidth
Type: System Double
The file width.

Return Value

Type: Double
The equivalent pixel width.
See Also