Compartir a través de


WebGridRow(WebGrid, Object, Int32) Constructor

Definición

Inicializa una nueva instancia de la WebGridRow clase utilizando la instancia, el valor de fila y el índice especificados WebGrid .

public WebGridRow (System.Web.Helpers.WebGrid webGrid, object value, int rowIndex);
new System.Web.Helpers.WebGridRow : System.Web.Helpers.WebGrid * obj * int -> System.Web.Helpers.WebGridRow
Public Sub New (webGrid As WebGrid, value As Object, rowIndex As Integer)

Parámetros

webGrid
WebGrid

Instancia WebGrid de que contiene la fila.

value
Object

Un objeto que contiene un miembro de propiedad para cada valor de la fila.

rowIndex
Int32

Índice de la fila.

Se aplica a