PowerWEB LiveControls for ASP.NET
InitializeCell Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveRadioButtonColumn Class : InitializeCell Method



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.
Resets the specified cell in the LiveRadioButtonColumn to its initial state.

Syntax

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.

Remarks

The InitializeCell method resets the specified cell in the LiveRadioButtonColumn to its initial state.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.