次の方法で共有


PaginationProgressEventArgs.Start プロパティ

定義

ページ分割された最初のページのページ番号を取得します。

public:
 property int Start { int get(); };
public int Start { get; }
member this.Start : int
Public ReadOnly Property Start As Integer

プロパティ値

ページ分割された最初のページのページ番号 (0 から始まる)。

注釈

Count プロパティは、ページ分割された連続ページの数を指定します。

適用対象

こちらもご覧ください