RightPadding Property Example

This example sets the right padding for the first table in the active document to 40 pixels.

ActiveDocument.Tables(1).RightPadding = _
    PixelsToPoints(40, False)