Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / PointsToCentimeters Method
The value to be converted to centimeters.


In This Topic
PointsToCentimeters Method
In This Topic
Converts a measurement from points to centimeters (1 cm = 28.35 points)
Syntax
'Declaration
 
Public Shared Function PointsToCentimeters( _
   ByVal value As Double _
) As Double
 
'Usage
 
Dim value As Double
Dim value As Double
 
value = UnitConverter.PointsToCentimeters(value)

Parameters

value
The value to be converted to centimeters.

Return Value

A double value represents the corresponding centimeters.
See Also