GridView.SetPageIndex(Int32) Método

Definição

Define o índice da página do controle GridView usando o índice da linha.Sets the page index of the GridView control by using the row index.

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

Parâmetros

rowIndex
Int32

O índice da linha na página a ser editado.The index of the row on the page to edit.

Comentários

Esse método gera o PageIndexChanged evento.This method raises the PageIndexChanged event.

Aplica-se a