Udostępnij za pośrednictwem


Metoda WpfTable.GetCell —

Pobiera komórki, oparty na wskaźniki wierszy i kolumn.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Zestaw:  Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)

Składnia

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

Parametry

  • columnIndex
    Typ: System.Int32
    Indeks komórki kolumny na 0.

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
Obiekt komórki.

Uwagi

Przykład — Get komórki na 2, 5.Uwaga indeks jest 0, na podstawie.

Komórka WpfCell = myTable.GetCell (2, 5);

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WpfTable Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting.WpfControls