GridViewUpdateEventArgs.RowIndex Propriedade

Definição

Obtém o índice da linha que está sendo atualizada.Gets the index of the row being updated.

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

Valor da propriedade

Int32

O índice da linha que está sendo atualizada.The index of the row being updated.

Comentários

Use a RowIndex propriedade para determinar o índice da linha que está sendo atualizada.Use the RowIndex property to determine the index of the row being updated. O índice de linha geralmente é usado para recuperar a linha correspondente da Rows coleção do GridView controle, o que permite que você acesse as propriedades da linha.The row index is often used to retrieve the corresponding row from the Rows collection of the GridView control, which allows you to access the row's properties.

Aplica-se a

Confira também