WebGridRow Constructor

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

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public Sub New ( _
    webGrid As WebGrid, _
    value As Object, _
    rowIndex As Integer _
)
'Usage
Dim webGrid As WebGrid 
Dim value As Object 
Dim rowIndex As Integer 

Dim instance As New WebGridRow(webGrid, _
    value, rowIndex)
public WebGridRow(
    WebGrid webGrid,
    Object value,
    int rowIndex
)
public:
WebGridRow(
    WebGrid^ webGrid, 
    Object^ value, 
    int rowIndex
)
new : 
        webGrid:WebGrid * 
        value:Object * 
        rowIndex:int -> WebGridRow
public function WebGridRow(
    webGrid : WebGrid, 
    value : Object, 
    rowIndex : int
)

Parameters

  • value
    Type: System.Object
    An object that contains a property member for each value in the row.

See Also

Reference

WebGridRow Class

System.Web.Helpers Namespace