_Application.CentimetersToPoints Method
Converts a measurement from centimeters to points (1 cm = 28.35 points).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function CentimetersToPoints ( _
Centimeters As Single _
) As Single
'Usage
Dim instance As _Application
Dim Centimeters As Single
Dim returnValue As Single
returnValue = instance.CentimetersToPoints(Centimeters)
float CentimetersToPoints(
float Centimeters
)
Parameters
- Centimeters
Type: System.Single
Required Single. The centimeter value to be converted to points.
Return Value
Type: System.Single
Remarks
Returns the converted measurement as a Single.