HtmlRow.GetCell(Int32) Method

Definition

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

Parameters

cellIndex
Int32

Returns

Applies to