Prop Webcontrol Tablerow Tablesection
# ASP.NET TableRow TableSection Property
* * TableRow Control](#)
* * *
## Definition and Usage
The TableSection property is used to set or return the position of a TableRow object within a Table control.
Use the TableSection property to get or set the position where a TableRow object is placed within a Table control.
## Syntax
_Some Content_
| Property | Description |
| --- | --- |
| section | Specifies the table section to which the row belongs. Possible values: * TableHeader - Header row * TableBody - Default. Table body * TableFooter - Footer row |
* * *
## Example
The following example sets the TableSection property of the TableRow control:
Header
[Live Demo Β»](#)
* * TableRow Control](#)
YouTip