共用方式為


Word) (Rows 物件

一組 資料列 代表指定之選取範圍、 範圍或表格中的表格列的物件。

註解

使用 Rows 屬性可傳回 Rows 集合。 下列範例會中心左右邊界之間在使用中文件之第一個表格的列。

ActiveDocument.Tables(1).Rows.Alignment = wdAlignRowCenter

使用 [ 新增 若要新增至表格的資料列的方法。 下列範例會插入選取範圍中第一列前面的列。

If Selection.Information(wdWithInTable) = True Then 
 Selection.Rows.Add BeforeRow:=Selection.Rows(1) 
End If

使用 資料列 (Index),其中 Index 是索引編號,可以傳回單一 Row 物件。 索引編號代表選取範圍、 範圍或表格中列的位置。 下列範例會刪除使用中文件的第一個表格的第一列。

ActiveDocument.Tables(1).Rows(1).Delete

方法

名稱
Add
ConvertToText
Delete
DistributeHeight
項目
Select
SetHeight
SetLeftIndent

屬性

名稱
Alignment
AllowBreakAcrossPages
AllowOverlap
應用程式
Borders
數目
Creator
DistanceBottom
DistanceLeft
DistanceRight
DistanceTop
第一個
HeadingFormat
Height
HeightRule
HorizontalPosition
最後一筆
LeftIndent
NestingLevel
Parent
RelativeHorizontalPosition
RelativeVerticalPosition
Shading
SpaceBetweenColumns
TableDirection
VerticalPosition
WrapAroundText

請參閱

Word 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應