AggregationWebPart.WriteStartDefaultTextCellTag Method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub WriteStartDefaultTextCellTag ( _
nowrap As Boolean _
)
'Usage
Dim nowrap As Boolean
Me.WriteStartDefaultTextCellTag(nowrap)
protected void WriteStartDefaultTextCellTag(
bool nowrap
)
Parameters
- nowrap
Type: System.Boolean