TemplateColumn.InitializeCell Method (TableCell, Int32, ListItemType)
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
override InitializeCell : cell:TableCell * columnIndex:int * itemType:ListItemType -> unit
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: