Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Double

Return Value

Double

See Also