System.Web.UI.WebControls Namespace HyperLinkColumn Class
Initializes a cell in a HyperLinkColumn to its default state.
[ VB ]
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: void InitializeCell (
TableCell* cell,
int columnIndex,
ListItemType itemType
);
[ JScript ]
public override function InitializeCell (
cell : TableCell,
columnIndex : int,
itemType : ListItemType
);
- cell
- The cell to be initialized.
- columnIndex
- The index of the column.
- itemType
- One of the ListItemType values.
The InitializeCell method resets a specified cell in a HyperLinkColumn to its initial state.
A HyperLink object is created for all items in the DataGrid except the Header and Footer items.
HyperLinkColumn Members Adding HyperLink Columns to a DataGrid Control