SearchAdminDashboardWebpart.CreateTableCell Method
Creates a table cell 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 CreateTableCell As TableCell
'Usage
Dim returnValue As TableCell
returnValue = Me.CreateTableCell()
protected TableCell CreateTableCell()
Return Value
Type: System.Web.UI.WebControls.TableCell
See Also
Reference
SearchAdminDashboardWebpart Class