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