Spread Windows Forms 12.0 Product Documentation
PointsToInches Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > UnitConverter Class : PointsToInches Method
Converts a measurement from points to inches (1 inch = 72 points).
Syntax
'Declaration
 
Public Shared Function PointsToInches( _
   ByVal points As Double _
) As Double
'Usage
 
Dim points As Double
Dim value As Double
 
value = UnitConverter.PointsToInches(points)
public static double PointsToInches( 
   double points
)

Parameters

points

Return Value

A double value represents the corresponding inches.
See Also

Reference

UnitConverter Class
UnitConverter Members