Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides AggregationWebPart.WriteItemRow(DataRow, Boolean).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides 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 override bool WriteItemRow(
DataRow row,
bool alternate
)
Parameters
- row
Type: System.Data.DataRow
- alternate
Type: System.Boolean
Return Value
Type: System.Boolean