| 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 LiveRadioButtonColumn 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
- A TableCell object that represents the cell to reset.
- columnIndex
- The column number where the cell is located.
- itemType
- One of the ListItemType values.
The InitializeCell method resets the specified cell in the LiveRadioButtonColumn to its initial state.
Target Platforms: Microsoft .NET Framework 2.0