Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 834 Bytes

Word.Rows.Item.md

File metadata and controls

44 lines (25 loc) · 834 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rows.Item method (Word)
vbawd10.chm155975680
vbawd10.chm155975680
Word.Rows.Item
6dbbaf17-c5c4-8dbc-765b-babb0c7ba8ed
06/08/2017
medium

Rows.Item method (Word)

Returns an individual Row object in a collection.

Syntax

expression.Item (Index)

expression Required. A variable that represents a Rows object.

Parameters

Name Required/Optional Data type Description
Index Required Long The individual object to be returned. Can be a Long indicating the ordinal position of the individual object.

Return value

Row

See also

Rows Collection Object

[!includeSupport and feedback]