次の方法で共有


PageCount プロパティ (ADO)

適用先: Access 2013、Office 2013

Recordset オブジェクトに含まれるデータのページ数を示します。

戻り値

Recordset のページ数を示す長整数型 (Long) の値を返します。

注釈

Use the PageCount property to determine how many pages of data are in the Recordset object. ページ は、 PageSize プロパティ設定と同じサイズのレコードのグループです。 Even if the last page is incomplete because there are fewer records than the PageSize value, it counts as an additional page in the PageCount value. If the Recordset object does not support this property, the value will be -1 to indicate that the PageCount is indeterminable.

ページ機能の詳細については、 PageSize プロパティおよび AbsolutePage プロパティのトピックを参照してください。