Click or drag to resize

XlsWorkbook WidthToFileWidth Method

Converts a width value to a file width value based on a 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 WidthToFileWidth(
	double width
)

Parameters

width
Type: System Double
The width value to convert.

Return Value

Type: Double
The converted file width value.
See Also