TableDirection Property

         Example         Applies To

Language-specific information.

Returns or sets the direction in which the table cells are ordered. Can be one of the following PpDirection constants: ppDirectionLeftToRight, ppDirectionMixed, or ppDirectionRightToLeft. Read/write Long.

Remarks

The default value of the TableDirection property is ppDirectionLefttToRight unless the LanguageSettings property or the DefaultLanguageID property is set to a right-to-left language, in which case the default value is ppDirectionRightToLeft. The ppDirectionMixed constant may be returned when using the TextDirection property.