System.Web 2.0.0.0 System.Web.UI.WebControls.TableRow The class represents a footer row in a control. This class supports displaying tables on devices with a limited screen size. On these devices, a table with many columns and rows must be rendered across multiple pages. Adding a to a control allows you to specify a footer row that is rendered as the last row on each page that displays a view of the table. For more information about the view formats for a table rendered on a device with a limited screen size, see . A object can contain only objects. To add content to the , you must add one or more objects to the row. Then, set the property of each object in the row to specify the contents of each cell. Alternatively, you can add a control to a object to specify its contents. You can programmatically manage the cells in the by using the collection. The collection is a collection of objects that represent the cells in the row. The inherits properties from that allow you to control how the contents in the row are displayed. For example, you can use the and properties to specify the alignment of the contents. Represents a footer row in a control. Constructor To be added. Initializes a new instance of the class. 2.0.0.0