Range.VerticalAlignment Property
Office 2007
| Excel Developer Reference |
Syntax
expression.VerticalAlignment
expression A variable that represents a Range object.
Remarks
The value of this property can be set to one of the following constants:
| xlBottom |
| xlCenter |
| xlDistributed |
| xlJustify |
| xlTop |
See Also