Spread Windows Forms 12.0 Product Documentation
InchesToPoints Method


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

Parameters

inches

Return Value

A double value represents the corresponding points.
See Also

Reference

UnitConverter Class
UnitConverter Members