BoundColumn.InitializeCell Method (TableCell, Int32, ListItemType)
.NET Framework (current version)
Resets the specified cell in the BoundColumn to its initial state.
Assembly: System.Web (in System.Web.dll)
public override void InitializeCell( TableCell cell, int columnIndex, ListItemType itemType )
Parameters
- cell
-
Type:
System.Web.UI.WebControls.TableCell
A TableCell object that represents the cell to reset.
- columnIndex
-
Type:
System.Int32
The column number where the cell is located.
- itemType
-
Type:
System.Web.UI.WebControls.ListItemType
One of the ListItemType values.
The InitializeCell method resets the specified cell in the BoundColumn to its initial state.
.NET Framework
Available since 1.1
Available since 1.1
Show: