A TTableRow control represents an HTML table row. TTableRow should be used together with a TTable control. For example of usage, please see the documentation of TTable.
Namespace: System.Web.UI.WebControls
Properties
HorizontalAlign, string (Right, Center, Left, Justify, NotSet), default=NotSet, kept in viewstate
Gets or sets the horizontal alignment of the content in the table row.
VerticalAlign, string (NotSet,Top,Middle,Bottom,Baseline), default=NotSet, kept in viewstate
Gets or sets the vertical alignment of the content in the table row.
Cells, TCollection, read-only
Gets the list of table cells in the row.