DataGridView.DisplayedRowCount(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回顯示給使用者的資料列數。
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
。
傳回
顯示給使用者的資料列數。