UniMatrixAddFillingCellTCell Method |
Adds the filling cell to the table
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public static void AddFillingCell<TCell>(
TableRow tr
)
where TCell : new(), TableCell
Parameters
- tr
- Type: System.Web.UI.WebControlsTableRow
Table row to which add the cell
Type Parameters
- TCell
- Cell type
See Also