共用方式為


Word) (Rows.First 屬性

會傳回 Row 物件,代表 Rows 集合中的第一個專案。

語法

expression. First

需要 expression。 代表 Rows 物件的 變數。

範例

此範例會將陰影及下框線套用至使用中文件第一個表格中的第一列。

ActiveDocument.Tables(1).Borders.Enable = False 
With ActiveDocument.Tables(1).Rows.First 
 .Shading.Texture = wdTexture10Percent 
 .Borders(wdBorderBottom).LineStyle = wdLineStyleSingle 
End With

另請參閱

Rows 集合物件

支援和意見反應

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