Application.InchesToPoints Method
Publisher Developer Reference |
Converts a measurement from inches to points (1 inch = 72 points). Returns the converted measurement as a Single.
Syntax
expression.InchesToPoints(Value)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Value | Required | Single | The inches value to be converted to points. |
Return Value
Single
Remarks
Use the PointsToInches method to convert measurements in points to inches.
Example
This example converts measurements in inches entered by the user to measurements in points.
Visual Basic for Applications |
---|
|
See Also