Initializes the cell representing this column with the contained hyperlink. HyperLinks are created for all items in the DataGrid except the Header and Footer items.
[Visual Basic] Overrides Public Sub InitializeCell( _ ByVal cell As TableCell, _ ByVal columnIndex As Integer, _ ByVal itemType As ListItemType _ ) [C#] public override void InitializeCell( TableCell cell, int columnIndex, ListItemType itemType ); [C++] public: override void InitializeCell( TableCell* cell, int columnIndex, ListItemType itemType ); [JScript] public override function InitializeCell( cell : TableCell, columnIndex : int, itemType : ListItemType );
HyperLinkColumn Class | HyperLinkColumn Members | System.Web.UI.WebControls Namespace