TableRowGroupCollection.IndexOf(TableRowGroup) 메서드

정의

지정된 컬렉션 항목에서 0부터 시작하는 인덱스를 반환합니다.

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

매개 변수

item
TableRowGroup

인덱스를 반환할 컬렉션 항목입니다.

반환

Int32

지정된 컬렉션 항목의 인덱스(0부터 시작)입니다. 지정된 항목이 컬렉션 멤버가 아닌 경우 -1 입니다.

구현

적용 대상