TableCellCollection.IndexOf(TableCell) 方法

定义

返回指定集合项从零开始的索引。

public:
 virtual int IndexOf(System::Windows::Documents::TableCell ^ item);
public int IndexOf (System.Windows.Documents.TableCell item);
abstract member IndexOf : System.Windows.Documents.TableCell -> int
override this.IndexOf : System.Windows.Documents.TableCell -> int
Public Function IndexOf (item As TableCell) As Integer

参数

item
TableCell

要返回其索引的集合项。

返回

Int32

指定集合项的从零开始的索引,或 -1(如果指定项不是集合成员)。

实现

适用于