Sdílet prostřednictvím


WinTable.GetCell – metoda

Získá buňky podle řádek a sloupec indexů.

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

Syntaxe

'Deklarace
Public Function GetCell ( _
    rowIndex As Integer, _
    columnIndex As Integer _
) As WinCell
public WinCell GetCell(
    int rowIndex,
    int columnIndex
)
public:
WinCell^ GetCell(
    int rowIndex, 
    int columnIndex
)
member GetCell : 
        rowIndex:int * 
        columnIndex:int -> WinCell
public function GetCell(
    rowIndex : int, 
    columnIndex : int
) : WinCell

Parametry

  • rowIndex
    Typ: Int32

    Index 0-based řádku buňky.

  • columnIndex
    Typ: Int32

    Index buňky sloupce založené na 0.

Vrácená hodnota

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

Poznámky

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

WinCell buňky = myTable.GetCell (2, 5);

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WinTable Třída

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