다음을 통해 공유


CellDefinition.RowIndex 속성

정의

셀의 부모 행 인덱스 가져오거나 설정합니다.

public:
 property int RowIndex { int get(); void set(int value); };
public int RowIndex { get; set; }
member this.RowIndex : int with get, set
Public Property RowIndex As Integer

속성 값

셀을 포함하는 행의 인덱스이거나, 소유하는 행이 없으면 -1입니다.

적용 대상