Sdílet prostřednictvím


WinRow.GetCell – metoda

Získá buňky podle index buňky.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Function GetCell ( _
    cellIndex As Integer _
) As WinCell
public WinCell GetCell(
    int cellIndex
)
public:
WinCell^ GetCell(
    int cellIndex
)
member GetCell : 
        cellIndex:int -> WinCell
public function GetCell(
    cellIndex : int
) : WinCell

Parametry

  • cellIndex
    Typ: Int32

    Index založený na 0 v řádku buňky.

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinCell
Buňka objektu.

Poznámky

Příklad: Get buňku na 2.Poznámka: index je založen 0.

WinCell buňky = myRow.GetCell(2);

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WinRow Třída

Microsoft.VisualStudio.TestTools.UITesting.WinControls – obor názvů