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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a cell within the column.

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 contains information about the cell to initialize.

columnIndex
Type: System::Int32

The column number where the cell is located.

itemType
Type: System.Web.UI.WebControls::ListItemType

One of the ListItemType values.

.NET Framework
Available since 1.1
Return to top
Show: