WebGridRow(WebGrid, Object, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- Object
An object that contains a property member for each value in the row.
- rowIndex
- Int32
The index of the row.