Global.InchesToPoints Method
Word Developer Reference |
Converts a measurement from inches to points (1 inch = 72 points). Returns the converted measurement as a Single.
Syntax
expression.InchesToPoints(Inches)
expression A variable that represents a Global object. Optional.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Inches | Required | Single | The inch value to be converted to points. |
Return Value
Single
Example
This example sets the space before for the selected paragraphs to 0.25 inch.
Visual Basic for Applications |
---|
|
This example prints each open document after setting the left and right margins to 0.65 inch.
Visual Basic for Applications |
---|
|
See Also