Share via


_Application.CentimetersToPoints Method

Converts a measurement from centimeters to points (one point equals 0.035 centimeters).

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function CentimetersToPoints ( _
    Centimeters As Double _
) As Double
'Usage
Dim instance As _Application
Dim Centimeters As Double
Dim returnValue As Double

returnValue = instance.CentimetersToPoints(Centimeters)
double CentimetersToPoints(
    double Centimeters
)

Parameters

  • Centimeters
    Type: System.Double

    Required Double. Specifies the centimeter value to be converted to points.

Return Value

Type: System.Double

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace