DIAdem Help

Object: Row

  • Mise à jour2024-09-12
  • Temps de lecture : 2 minute(s)

Object: Row

The Row object corresponds to a row of a table in user dialog boxes.

The following example displays the titles of all the table rows:

For i = 1 To Table1.Rows.Count
  Call MsgBoxDisp(i & ", " & Table1.Rows.Item(i).Title)
Next

Returned From

Rows.Add | Rows.AddTo | Rows.Item