WpfTable.Rows Property

Gets a collection of rows in this table.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 with get 
override Rows : UITestControlCollection with get
function get Rows () : UITestControlCollection

Property Value

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

.NET Framework Security

See Also

Reference

WpfTable Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace

UITestControlCollection