EditCommandColumn.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.
Initializes a cell within the column.
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 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
Available since 1.1
Show: