_Global.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 _Global
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

This property returns the converted measurement as a Single.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace