SearchAdminDashboardWebpart.CreateTableRow Method
Creates a table row for rendering in the Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function CreateTableRow ( _
rowIndex As Integer _
) As TableRow
'Usage
Dim rowIndex As Integer
Dim returnValue As TableRow
returnValue = Me.CreateTableRow(rowIndex)
protected TableRow CreateTableRow(
int rowIndex
)
Parameters
- rowIndex
Type: System.Int32
The ordinal position of the row in the table.
Return Value
Type: System.Web.UI.WebControls.TableRow
See Also
Reference
SearchAdminDashboardWebpart Class