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


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

Parameters

value
The value to be converted to points.

Return Value

A double value represents the corresponding points.
See Also