selectRow( )


Selects a table row by index.

The selectRow() function selects a row. A site visitor can see the row is selected in their view of the site.

Table Row Numbering

Method Declaration
Copy
Method Parameters
indexnumberRequired

The number of the row to select.

The rows in a table are zero-based and don't include the table header. The index of the first row is 0.

Was this helpful?
Yes
No