Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / PointsToInches Method
The value to be converted to inches.


In This Topic
    PointsToInches Method
    In This Topic
    Converts a measurement from points to inches (1 inch = 72 points).
    Syntax
    'Declaration
     
    
    Public Shared Function PointsToInches( _
       ByVal value As Double _
    ) As Double
    'Usage
     
    
    Dim value As Double
    Dim value As Double
     
    value = UnitConverter.PointsToInches(value)
    public static double PointsToInches( 
       double value
    )

    Parameters

    value
    The value to be converted to inches.

    Return Value

    A double value represents the corresponding inches.
    See Also