PaginationProgressEventArgs.Start 屬性

定義

取得已分頁的第一頁的頁碼。

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

屬性值

已分頁的第一頁的頁碼 (以零起始)。

備註

屬性 Count 會指定分頁的連續頁數。

適用於

另請參閱