AggregationWebPart.WriteItemRow Method

Reserved for internal use only.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overridable Function WriteItemRow ( _
    row As DataRow, _
    alternate As Boolean _
) As Boolean
'Usage
Dim row As DataRow
Dim alternate As Boolean
Dim returnValue As Boolean

returnValue = Me.WriteItemRow(row, _
    alternate)
protected virtual bool WriteItemRow(
    DataRow row,
    bool alternate
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

AggregationWebPart Class

AggregationWebPart Members

Microsoft.SharePoint.WebPartPages Namespace