Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine einzelne Zelle der Rasteransicht.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub InitializeCell ( _
cell As DataControlFieldCell, _
cellType As DataControlCellType, _
rowState As DataControlRowState, _
rowIndex As Integer _
)
'Usage
Dim instance As SPMenuField
Dim cell As DataControlFieldCell
Dim cellType As DataControlCellType
Dim rowState As DataControlRowState
Dim rowIndex As Integer
instance.InitializeCell(cell, cellType, _
rowState, rowIndex)
public override void InitializeCell(
DataControlFieldCell cell,
DataControlCellType cellType,
DataControlRowState rowState,
int rowIndex
)
Parameter
- cellType
Typ: System.Web.UI.WebControls.DataControlCellType
- rowState
Typ: System.Web.UI.WebControls.DataControlRowState
- rowIndex
Typ: System.Int32