JavaScript
{dialog.object}getRepeatingSectionActiveRow Method
Syntax
{dialog.Object}.getRepeatingSectionActiveRow(sectionName ,flagLogicalRowNumber)
Arguments
- sectionName
Repeating section use for source data.
- flagLogicalRowNumber
Logical argument. True = add logical row number.
Description
Gets the active row in the specified Repeating Section.
By default, the physical row number is returned. Deleted rows (which are hidden) are counted. To get the logical row number (which ignores deleted rows), specify true for the optional second argument.
See Also