Freigeben über


EditCommandColumn.InitializeCell-Methode

Diese Methode unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine Zelle innerhalb der Spalte.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

Syntax

'Declaration
Public Overrides Sub InitializeCell ( _
    cell As TableCell, _
    columnIndex As Integer, _
    itemType As ListItemType _
)
'Usage
Dim instance As EditCommandColumn
Dim cell As TableCell
Dim columnIndex As Integer
Dim itemType As ListItemType

instance.InitializeCell(cell, columnIndex, itemType)
public override void InitializeCell (
    TableCell cell,
    int columnIndex,
    ListItemType itemType
)
public:
virtual void InitializeCell (
    TableCell^ cell, 
    int columnIndex, 
    ListItemType itemType
) override
public void InitializeCell (
    TableCell cell, 
    int columnIndex, 
    ListItemType itemType
)
public override function InitializeCell (
    cell : TableCell, 
    columnIndex : int, 
    itemType : ListItemType
)

Parameter

  • cell
    Eine TableCell, die Informationen zur zu initialisierenden Zelle enthält.
  • columnIndex
    Die Nummer der Spalte, in der sich die Zelle befindet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

EditCommandColumn-Klasse
EditCommandColumn-Member
System.Web.UI.WebControls-Namespace