wRow Property (Specific to Qt TableWidget Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use the wRow property to get the caption of a certain object row by its index.

Declaration

TestObj.wRow(Index)

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Index [in]    Required    Integer    

Applies To

The property is applied to the following object:

View Mode

This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Parameters

Index

Specifies the index of the row whose caption you want to get.

The index is zero-based and it corresponds to the row's position within the object's internal row collection rather than to the row's visible position in the object.

Property Value

A string holding the header of the specified row.

Remarks

To get the total number of rows, use the wRowCount property.

See Also

wRowCount Property (Grid Controls)

Highlight search results