RowCellTransformControl Class

Supports the user interface for specifying the column from a Web Part that implements the IRowProvider interface that will be used to connect to a Web Part that implements the ICellConsumer interface.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class RowCellTransformControl _
    Inherits Control
'Usage
Dim instance As RowCellTransformControl
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class RowCellTransformControl : Control

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RowCellTransformControl Members

Microsoft.SharePoint.WebPartPages.Communication Namespace