TableStyle.Alignment (Word)
Returns or sets a WdRowAlignment constant that represents the alignment for the specified table style. Possible return values are wdAlignRowCenter - Centered, wdAlignRowLeft - Left-aligned. Default, wdAlignRowRight - Right-aligned.
ActiveDocument.Range.TableStyle.Alignment = wdAlignRowCenter