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