TemplateColumn.InitializeCell Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Calls a TableCell object's base class to initialize the instance and then applies a ListItemType to the cell.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
public: virtual void InitializeCell ( TableCell^ cell, int columnIndex, ListItemType itemType ) override
public void InitializeCell ( TableCell cell, int columnIndex, ListItemType itemType )
public override function InitializeCell ( cell : TableCell, columnIndex : int, itemType : ListItemType )
Not applicable.
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.
Community Additions
ADD
Show: