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
)
Public Function WidthToFileWidth (
width As Double
) As Double
public:
double WidthToFileWidth(
double width
)
member WidthToFileWidth :
width : float -> float
Parameters
-
width
-
Type:
System
Double
The width value to convert.
Return Value
Type:
Double
The converted file width value.
See Also