Rows.TableDirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 Microsoft Word 对指定的表格或行中的单元格进行排序的方向。
public:
property Microsoft::Office::Interop::Word::WdTableDirection TableDirection { Microsoft::Office::Interop::Word::WdTableDirection get(); void set(Microsoft::Office::Interop::Word::WdTableDirection value); };
public Microsoft.Office.Interop.Word.WdTableDirection TableDirection { get; set; }
member this.TableDirection : Microsoft.Office.Interop.Word.WdTableDirection with get, set
Public Property TableDirection As WdTableDirection
属性值
注解
WdTableDirection 可以是以下常量之一:
wdTableDirectionLtr
wdTableDirectionRtl
TableDirection 属性设置为 wdTableDirectionLtr ,如果所选的行进行排列第一列中的最左边的位置。 TableDirection 属性设置为 wdTableDirectionRtl ,如果所选的行进行排列第一列中最右边的位置。