WebRadioGroup.AddAt
From Xojo Documentation
Method
AddAt(index As Integer, items() As String)
New in 2021r1
Supported for all project types and targets.
New in 2021r1
Supported for all project types and targets.
Creates a new row at the index passed, filling the columns with the items passed.
Sample Code
This example inserts a row at index 4 into a WebListbox and populates columns 0 and 1:
Listbox1.AddAt(4, "Trixie", "10")