Share via


PickerResultControlBase.RenderRowColumn method

This method is called for each cell of data.

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

Syntax

'Declaration
Protected Overridable 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 virtual void RenderRowColumn(
    DataRow row,
    int iColumn,
    Control parent
)

Parameters

See also

Reference

PickerResultControlBase class

PickerResultControlBase members

Microsoft.SharePoint.WebControls namespace