DataGridView.DisplayedRowCount(Boolean) 메서드

정의

사용자에게 표시된 행의 수를 반환합니다.

public:
 int DisplayedRowCount(bool includePartialRow);
public int DisplayedRowCount (bool includePartialRow);
member this.DisplayedRowCount : bool -> int
Public Function DisplayedRowCount (includePartialRow As Boolean) As Integer

매개 변수

includePartialRow
Boolean

표시된 행 수에 부분 행을 포함하려면 true이고, 그렇지 않으면 false입니다.

반환

Int32

사용자에게 표시된 행의 수입니다.

적용 대상