Поделиться через


Row.Select Method (Word)

Selects the specified table row.

Syntax

expression .Select

expression Required. A variable that represents a Row object.

Remarks

After using this method, use the Selection object to work with the selected row. For more information, see Working with the Selection Object.

Example

This example selects row one in table one of Report.doc.

Documents("Report.doc").Tables(1).Rows(1).Select

See Also

Concepts

Row Object

Row Object Members