SearchMenuField.InitializeCell method

Initializes a single cell of the grid view.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub InitializeCell ( _
    cell As DataControlFieldCell, _
    cellType As DataControlCellType, _
    rowState As DataControlRowState, _
    rowIndex As Integer _
)
'Usage
Dim instance As SearchMenuField
Dim cell As DataControlFieldCell
Dim cellType As DataControlCellType
Dim rowState As DataControlRowState
Dim rowIndex As Integer

instance.InitializeCell(cell, cellType, _
    rowState, rowIndex)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void InitializeCell(
    DataControlFieldCell cell,
    DataControlCellType cellType,
    DataControlRowState rowState,
    int rowIndex
)

Parameters

See also

Reference

SearchMenuField class

SearchMenuField members

Microsoft.Office.Server.Search.WebControls namespace