BoundColumn.InitializeCell Method (TableCell, Int32, ListItemType)

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overrides Sub InitializeCell (
	cell As TableCell,
	columnIndex As Integer,
	itemType As ListItemType
)

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
Return to top
Show: