This documentation is archived and is not being maintained.

BoundColumn.InitializeCell Method

Resets the specified cell in the BoundColumn to its initial state.

[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: void InitializeCell(
 TableCell* cell,
 int columnIndex,
 ListItemType itemType
);
[JScript]
public override function InitializeCell(
   cell : TableCell,
 columnIndex : int,
 itemType : ListItemType
);

Parameters

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

Remarks

The InitializeCell method resets the specified cell in the BoundColumn to its initial state.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

BoundColumn Class | BoundColumn Members | System.Web.UI.WebControls Namespace | Initialize

Show: