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
)
Protected Function AddRow (
tbl As Table,
ctrl As Control
) As TableRow
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:
TableRowThe newly added row.
See Also