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
)
Public Function FileWidthToPixels (
fileWidth As Double
) As Double
public:
double FileWidthToPixels(
double fileWidth
)
member FileWidthToPixels :
fileWidth : float -> float
Parameters
-
fileWidth
-
Type:
System
Double
The file width.
Return Value
Type:
Double
The equivalent pixel width.
See Also