GlobalClass.InchesToPoints Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function InchesToPoints ( _
Inches As Single _
) As Single
'Usage
Dim instance As GlobalClass
Dim Inches As Single
Dim returnValue As Single
returnValue = instance.InchesToPoints(Inches)
public virtual float InchesToPoints(
float Inches
)
Parameters
- Inches
Type: System.Single
Return Value
Type: System.Single
Implements
_Global.InchesToPoints(Single)