Click or drag to resize

FilterWidgetBaseAddRow Method

Add a row to the specified table spanning all columns and containing the specified control.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected TableRow AddRow(
	Table tbl,
	Control ctrl
)

Parameters

tbl
Type: System.Web.UI.WebControlsTable
The table to which to add.
ctrl
Type: System.Web.UIControl
The control to add.

Return Value

Type: TableRow
The newly added row.
See Also