TableResultControl.RenderRowColumn Method
Adds a new cell to the result set.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub RenderRowColumn ( _
row As DataRow, _
iColumn As Integer, _
parent As Control _
)
'Usage
Dim row As DataRow
Dim iColumn As Integer
Dim parent As Control
Me.RenderRowColumn(row, iColumn, parent)
protected override void RenderRowColumn(
DataRow row,
int iColumn,
Control parent
)
Parameters
row
Type: System.Data.DataRowA DataRow representing the row containing the data to be added.
iColumn
Type: System.Int32A 32-bit signed integer that specifies the column containing the information to be added.
parent
Type: System.Web.UI.ControlThe Control that contains the TableResultControl component.