LeftPadding Property Example

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

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