Workbook
ColumnWidthToPixels Method
|
onverts column width in characters into column width in pixels.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double ColumnWidthToPixels(
double columnWidth
)
Public Function ColumnWidthToPixels (
columnWidth As Double
) As Double
public:
double ColumnWidthToPixels(
double columnWidth
)
member ColumnWidthToPixels :
columnWidth : float -> float
Parameters
-
columnWidth
-
Type:
System
Double
Column width in characters.
Return Value
Type:
Double
Column width in pixels.
See Also