WebListBox.LastAddedRowIndex

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aWebListBox.LastAddedRowIndex

New in 2020r1

Supported for all project types and targets.

The index of the last row added with the AddRow or AddRowAt method.

See Also

AddRow and AddRowAt methods.