Table Row
A row is the horizontal array of cells within a table
.
Usually a row represents a record of data with different fields. In the sample data below, you can see records for people with names "Aaron", "Beverly", and "Charles". Within each row you can see their name, age and sex.
| Name | Age | Sex |
|---|---|---|
| Aaron | 21 | Male |
| Beverly | 26 | Female |
| Charles | 31 | Male |
In the context of database applications a table row is used as a synonym for
a database-record
.
Using Table Rows
The following screencasts demonstrate how to use table rows in text documents and spreadsheets:
- How to select a table row in a text document.
- How to delete a table row in a text document.
- How to insert a table row in a text document.
- How to select a table row in a spreadsheet.
- How to delete a table row in a spreadsheet.
OpenOffice.org™ is a trademark of OpenOffice.org.









