WinTable.Rows Property

Gets a collection of rows in this table control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Rows As UITestControlCollection
public virtual UITestControlCollection Rows { get; }
public:
virtual property UITestControlCollection^ Rows {
    UITestControlCollection^ get ();
}
abstract Rows : UITestControlCollection
override Rows : UITestControlCollection
function get Rows () : UITestControlCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of rows in this table control.

.NET Framework Security

See Also

Reference

WinTable Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControlCollection