Word) (Rows.TableDirection 屬性
會傳回或設定 Microsoft Word 在指定的表格或指定的列中排列儲存格的順序。 可讀寫的 WdTableDirection 。
語法
expression. TableDirection
需要 expression。 代表 Rows 物件的 變數。
註解
TableDirection 屬性設為 wdTableDirectionLtr ,如果選取的列會排列第一欄中最左邊的位置。 TableDirection 屬性設為 wdTableDirectionRtl ,如果選取的列會排列在右邊的位置的第一欄。
範例
本範例會將 Microsoft Word 設定為將選取列中的儲存格,以由右至左順序排列。
Selection.Rows.TableDirection = _
wdTableDirectionRtl
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。