TableStyle.TopPadding Property
Word Developer Reference |
Returns or sets the amount of space (in points) to add above the contents of all the cells in a table. Read/write Single.
Syntax
expression.TopPadding
expression Required. A variable that represents a TableStyle object.
Remarks
The setting of the TopPadding property for a single cell overrides the setting of the TopPadding property for the entire table.
See Also