WpfRow.GetCell(Int32) Method

Definition

public:
 Microsoft::VisualStudio::TestTools::UITesting::WpfControls::WpfCell ^ GetCell(int cellIndex);
public Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell GetCell (int cellIndex);
member this.GetCell : int -> Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
Public Function GetCell (cellIndex As Integer) As WpfCell

Parameters

cellIndex
Int32

Returns

Applies to