Spread Windows Forms 12.0 Product Documentation
CentimetersToPoints Method


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

Parameters

centimeters
The value to be converted to points.

Return Value

A double value represents the corresponding points.
See Also

Reference

UnitConverter Class
UnitConverter Members