_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.DoubleRequired Double. Specifies the centimeter value to be converted to points.
Return Value
Type: System.Double