ApplicationClass.CentimetersToPoints Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function CentimetersToPoints ( _
Centimeters As Double _
) As Double
'Usage
Dim instance As ApplicationClass
Dim Centimeters As Double
Dim returnValue As Double
returnValue = instance.CentimetersToPoints(Centimeters)
public virtual double CentimetersToPoints(
double Centimeters
)
Parameters
- Centimeters
Type: System.Double
Return Value
Type: System.Double
Implements
_Application.CentimetersToPoints(Double)