共用方式為


WpfRow.GetCell 方法

取得儲存格根據儲存格的索引。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Function GetCell ( _
    cellIndex As Integer _
) As WpfCell
public WpfCell GetCell(
    int cellIndex
)
public:
WpfCell^ GetCell(
    int cellIndex
)
member GetCell : 
        cellIndex:int -> WpfCell 
public function GetCell(
    cellIndex : int
) : WpfCell

參數

  • cellIndex
    型別:System.Int32
    在儲存格之資料列的以 0 起始的索引。

傳回值

型別:Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
儲存格的物件。

備註

範例:取得儲存格在 2。請注意索引以 0。

WpfCell 儲存格 myRow.GetCell (= 2),

.NET Framework 安全性

請參閱

參考

WpfRow 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間