Freigeben über


SPMenuField.InitializeCell-Methode

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

Siehe auch

Referenz

SPMenuField Klasse

SPMenuField-Member

Microsoft.SharePoint.WebControls-Namespace