JavaScript
{dialog.object}deleteRepeatingSectionRow Method
Syntax
{dialog.Object}.deleteRepeatingSectionRow(sectionName [,rowNumber [,flagSilent]])
Arguments
- sectionNamestring
The repeating section to remove the row from.
- rowNumbernumeric
The physical row number to delete. If not specified, the active row will be deleted. To get a physical row number from a logical row number, you can call the_repeatingSectionLogicalToPhysicalRow() method.
- flagSilentboolean
A true/false value. Whether or not to show a confirmation prompt. If true, the confirmation prompt will not be shown.
Description
Removes the current row from the specified Repeating Section.
See Also