DIAdemヘルプ

Collection: Rows

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

Collection: Rows

Collection of all the rows 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(Table1.Rows(i).Title)
Next

Properties

Count

Methods

Add | AddTo | Item | Move | Remove | Swap

Returned From

Table.Rows