XlsWorkbook
PixelsToWidth Method
|
Converts pixels to a width value based on the 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 PixelsToWidth(
double pixels
)
Public Function PixelsToWidth (
pixels As Double
) As Double
public:
double PixelsToWidth(
double pixels
)
member PixelsToWidth :
pixels : float -> float
Parameters
-
pixels
-
Type:
System
Double
The pixel value to convert.
Return Value
Type:
Double
The converted width value.
See Also