RowNumber (Property)

Applies To:

ResultsSection object, TableSection object

Description:

Returns the selected row in a Results/Table section. You can call Renumber (Property) from the OnRowDoubleClick event any other event, including those in the Dashboard section, Startup/Shutdown, and Custom Menu items.

RowNumber (Property) is determined by the row selected in the Row/Table section. This property applies to a Results/Table section that is actively embedded in an Dashboard section when you select a row from the embedded Results/Table. Selecting a Results/Table section sets the RowNumber (Property) to a number that represents the nth row in the section. If a row is not selected, this property resets to zero.

Action:

Read-only, Number

Example:

This example shows how to display the row number:

Alert (ActiveDocument.Sections["Results"].RowNumber)