Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 936 Bytes

Word.Table.Rows.md

File metadata and controls

45 lines (26 loc) · 936 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Table.Rows property (Word)
vbawd10.chm156303461
vbawd10.chm156303461
Word.Table.Rows
e4cc7541-15fe-97b6-0fe6-90d561a85420
06/08/2017
medium

Table.Rows property (Word)

Returns a Rows collection that represents all the table rows within a table. Read-only.

Syntax

expression.Rows

expression A variable that represents a 'Table' object.

Remarks

For information about returning a single member of a collection, see Returning an object from a collection.

Example

This example deletes the second row from the first table in the active document.

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

See also

Table Object

[!includeSupport and feedback]