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