PaginationProgressEventArgs.Start Property

Definition

Gets the page number of the first page that was paginated.

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

Property Value

The page number (zero-based) of first page that was paginated.

Remarks

The Count property specifies the number of continuous pages that were paginated.

Applies to

See also