Freigeben über


ButtonColumn.InitializeCell-Methode

Setzt eine Zelle im ButtonColumn-Objekt auf den Ausgangszustand zurück.

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 ButtonColumn
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 die zurückzusetzende Zelle darstellt.
  • columnIndex
    Die Nummer der Spalte, in der sich die Zelle befindet.

Hinweise

Die InitializeCell-Methode setzt die angegebene Zelle im ButtonColumn-Objekt auf den Ausgangszustand zurück.

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

ButtonColumn-Klasse
ButtonColumn-Member
System.Web.UI.WebControls-Namespace
Initialize