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