共用方式為


PaginationProgressEventArgs.Start 屬性

定義

會取得第一頁被分頁的頁碼。

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

屬性值

第一頁被分頁的頁碼(零為基準)。

備註

屬性 Count 指定了被分頁的連續頁面數量。

適用於

另請參閱