TableCellCollection.IndexOf(TableCell) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回所指定集合項目的以零起始的索引。
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
要傳回索引的集合項目。
傳回
所指定集合項目的以零起始的索引,或者為 -1 (如果指定的項目不是集合成員的話)。