PaginationProgressEventArgs.Count 屬性

定義

取得已分頁的連續頁面數目。

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

屬性值

Int32

已分頁的連續頁面數目。

備註

屬性 Start 會識別已分頁的第一頁。

適用於

另請參閱