_Application.InchesToPoints Method
Converts a measurement from inches to points.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function InchesToPoints ( _
Inches As Double _
) As Double
'Usage
Dim instance As _Application
Dim Inches As Double
Dim returnValue As Double
returnValue = instance.InchesToPoints(Inches)
double InchesToPoints(
double Inches
)
Parameters
Inches
Type: System.DoubleRequired Double. Specifies the inch value to be converted to points.
Return Value
Type: System.Double