Spread Windows Forms 12.0 Product Documentation
PointsToCentimeters Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > UnitConverter Class : PointsToCentimeters Method
The value to be converted to centimeters.
Converts a measurement from points to centimeters (1 cm = 28.35 points)
Syntax
'Declaration
 
Public Shared Function PointsToCentimeters( _
   ByVal points As Double _
) As Double
'Usage
 
Dim points As Double
Dim value As Double
 
value = UnitConverter.PointsToCentimeters(points)
public static double PointsToCentimeters( 
   double points
)

Parameters

points
The value to be converted to centimeters.

Return Value

A double value represents the corresponding centimeters.
See Also

Reference

UnitConverter Class
UnitConverter Members