WdRulerStyle enumeration (Word)

Specifies the way Word adjusts the table when the left indent is changed.

Name Value Description
wdAdjustFirstColumn 2 Adjusts the left edge of the first column only, preserving the positions of the other columns and the right edge of the table.
wdAdjustNone 0 Adjusts the left edge of row or rows, preserving the width of all columns by shifting them to the left or right. This is the default value.
wdAdjustProportional 1 Adjusts the left edge of the first column, preserving the position of the right edge of the table by proportionally adjusting the widths of all the cells in the specified row or rows.
wdAdjustSameWidth 3 Adjusts the left edge of the first column, preserving the position of the right edge of the table by setting the widths of all the cells in the specified row or rows to the same value.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.