DIAdemヘルプ

Object: Row

  • 更新日2024-09-12
  • 4分で読める

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