| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub InitializeCell( _ ByVal cell As TableCell, _ ByVal columnIndex As Integer, _ ByVal itemType As ListItemType _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As LiveDataGridColumn Dim cell As TableCell Dim columnIndex As Integer Dim itemType As ListItemType instance.InitializeCell(cell, columnIndex, itemType)  | |
| C# | |
|---|---|
public override void InitializeCell( TableCell cell, int columnIndex, ListItemType itemType )  | |
| C++/CLI | |
|---|---|
public: void InitializeCell( TableCell^ cell, int columnIndex, ListItemType itemType ) override  | |
Parameters
- cell
 - columnIndex
 - itemType
 
			This member is functionally equivalent to System.Web.UI.WebControls.DataGridColumn.InitializeCell.
			
            Target Platforms: Microsoft .NET Framework 2.0