| Excel Developer Reference |
| Application.CentimetersToPoints Method |
expression.CentimetersToPoints(Centimeters)
Return Value
Double
expression A variable that represents an Application object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Centimeters | Required | Double | Specifies the centimeter value to be converted to points. |
Example
This example sets the left margin of Sheet1 to 5 centimeters.
| Visual Basic for Applications |
|---|
|