Share via


BaseTableOfContentsToolPart.AddRow method

Adds a row to the specified table.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Shared Sub AddRow ( _
    ctl As Control, _
    label As Label, _
    table As Table _
)
'Usage
Dim ctl As Control
Dim label As Label
Dim table As TableBaseTableOfContentsToolPart.AddRow(ctl, label, table)
protected static void AddRow(
    Control ctl,
    Label label,
    Table table
)

Parameters

See also

Reference

BaseTableOfContentsToolPart class

BaseTableOfContentsToolPart members

Microsoft.SharePoint.Publishing.WebControls namespace