ButtonColumn::InitializeCell Method (TableCell^, Int32, ListItemType)

 

Resets a cell in the ButtonColumn object to its initial state.

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

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

Parameters

cell
Type: System.Web.UI.WebControls::TableCell^

A TableCell 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 ButtonColumn object to its initial state.

.NET Framework
Available since 1.1
Return to top
Show: