TopPadding Property Example
This example sets the top padding for the first table in the active document to 40 pixels.
ActiveDocument.Tables(1).TopPadding = _ PixelsToPoints(40, True)