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