ApplicationClass.InchesToPoints Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function InchesToPoints ( _
Inches As Double _
) As Double
'Usage
Dim instance As ApplicationClass
Dim Inches As Double
Dim returnValue As Double
returnValue = instance.InchesToPoints(Inches)
public virtual double InchesToPoints(
double Inches
)
Parameters
- Inches
Type: System.Double
Return Value
Type: System.Double
Implements
_Application.InchesToPoints(Double)