WebGridRow(WebGrid, Object, Int32) Constructor

Definition

Initializes a new instance of the WebGridRow class using the specified WebGrid instance, row value, and index.

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)

Parameters

webGrid
WebGrid

The WebGrid instance that contains the row.

value
Object

An object that contains a property member for each value in the row.

rowIndex
Int32

The index of the row.

Applies to