Cells.DistributeHeight Method
Word Developer Reference |
Adjusts the height of the specified cells so that they are equal.
Syntax
expression.DistributeHeight
expression Required. A variable that represents a Cells collection.
Example
This example adjusts the height of the rows in the first table in the active document so that they're equal.
Visual Basic for Applications |
---|
|
This example adjusts the height of the first three rows in the first table so that they're equal.
Visual Basic for Applications |
---|
|
See Also