Gets the footer or header rows for the table or group.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property TableRows As TableRowCollection | |
| C# | |
|---|---|
public TableRowCollection TableRows {get;} | |
Return Value
A TableRowCollection object containing the footer or header rows for the table or group.