This documentation is archived and is not being maintained.
EditCommandColumn.InitializeCell Method
.NET Framework 1.1
This member overrides DataGridColumn.InitializeCell.
[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 );
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
EditCommandColumn Class | EditCommandColumn Members | System.Web.UI.WebControls Namespace
Show: