Documentation for this section has not yet been entered.
Use the GridViewRowEventArgs.Row property to access the properties of the row being created or data-bound. To access a specific cell in the row, use the TableRow.Cells property of the System.Web.UI.WebControls.GridViewRow object contained in the GridViewRowEventArgs.Row property. You can also determine which row type (header row, data row, and so on) is being created by using the GridViewRow.RowType property of the System.Web.UI.WebControls.GridViewRow object.