DataFormWebPart.IWebPartRow.GetRowData method

Gets the row data that the DataFormWebPart object provides to the connected consumer control.

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

Syntax

'Declaration
Private Sub GetRowData ( _
    callback As RowCallback _
) Implements IWebPartRow.GetRowData
'Usage
Dim instance As DataFormWebPart
Dim callback As RowCallback

CType(instance, IWebPartRow).GetRowData(callback)
void IWebPartRow.GetRowData(
    RowCallback callback
)

Parameters

Implements

IWebPartRow.GetRowData(RowCallback)

Remarks

This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IWebPartRow interface.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace