FormView.SetPageIndex(Int32) Method

Definition

Sets the index of the currently displayed page in the FormView control.

public:
 void SetPageIndex(int index);
public void SetPageIndex (int index);
member this.SetPageIndex : int -> unit
Public Sub SetPageIndex (index As Integer)

Parameters

index
Int32

The index to set.

Applies to