DIAdem Help

Method: Lines for EditBox <XTable>

  • Updated2024-09-12
  • 2 minute(s) read

Method: Lines for EditBox <XTable>

Returns a collection of rows from entry fields in extended tables, in user dialog boxes.

Set oLines = Object.Lines
ObjectEditBox <XTable>
Object with this method
oLinesLines
Returned object

The following example displays the contents of the first textbox:

Call MsgBoxDisp(Cell.Lines.Item(1).Text)