Adds a separator to the list. This is not supported for button rows.
"listItems_var" is a variable referencing a ListItems object.
|
"listItems_var" is a variable referencing a ListItems object.
|
Type | Description |
ListItem | Returns the new ListControlItem or null in the case of a failure. |
Name | Type | Description |
beforeIndex | integer | The position of the item within the list. This value indicates the index of the current item to insert this new item just before. For example, a value of 0 will insert it before the first item in the list. An index of -1 will position the button at the bottom of the list. |