DIAdemヘルプ

Object: Cell

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

Object: Cell

The Cell object corresponds to a cell of a table in user dialog boxes.

The following example displays the values of the selected table cells consecutively:

Dim i
For i = 1 To Table1.SelectedCells.Count
  Call MsgBoxDisp(i & ", " & Table1.SelectedCells.Item(i).Value)
Next

Properties

Column | Row | Value