This documentation is archived and is not being maintained.

ButtonColumn.InitializeCell Method

Resets a cell in the ButtonColumn to its initial state.

[Visual Basic]
Overrides Public Sub InitializeCell( _
   ByVal cell As TableCell, _
   ByVal columnIndex As Integer, _
   ByVal itemType As ListItemType _
)
[C#]
public override void InitializeCell(
 TableCell cell,
 int columnIndex,
 ListItemType itemType
);
[C++]
public: void InitializeCell(
 TableCell* cell,
 int columnIndex,
 ListItemType itemType
);
[JScript]
public override function InitializeCell(
   cell : TableCell,
 columnIndex : int,
 itemType : ListItemType
);

Parameters

cell
A TableCell 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 ButtonColumn to its initial state.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ButtonColumn Class | ButtonColumn Members | System.Web.UI.WebControls Namespace | Initialize

Show: