Rows.First (Word)

Gibt ein Row -Objekt zurück, das das erste Element in der Rows -Auflistung darstellt.


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