Click or drag to resize
UniMatrixAddFillingCellTCell Method
Adds the filling cell to the table

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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