System.Web.UI.WebControls.BoundColumn.InitializeCell Method

Resets the specified cell in the System.Web.UI.WebControls.BoundColumn to its initial state.

Syntax

public override void InitializeCell (TableCell cell, int columnIndex, ListItemType itemType)

Parameters

cell
A System.Web.UI.WebControls.TableCell object that represents the cell to reset.
columnIndex
The column number where the cell is located.
itemType
One of the System.Web.UI.WebControls.ListItemType values.

Remarks

The BoundColumn.InitializeCell(TableCell, int, ListItemType) method resets the specified cell in the System.Web.UI.WebControls.BoundColumn to its initial state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0