TableResultControl.RenderRowColumn method

Adds a new cell to the result set.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.DataRow

    A DataRow representing the row containing the data to be added.

  • iColumn
    Type: System.Int32

    A 32-bit signed integer that specifies the column containing the information to be added.

See also

Reference

TableResultControl class

TableResultControl members

Microsoft.SharePoint.WebControls namespace