DIAdem Help

Collection: Columns

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

Collection: Columns

Collection of all columns with properties in a search results list of a DataFinder or a data store. If you run an advanced search, DIAdem automatically adds columns with the properties that you searched for. Select Select Properties from the context menu of the search results to add further columns with properties manually. You only can remove columns which were added manually.

Read and write access.

The following example successively displays the names of the properties from the columns of the search results, in a DataFinder:

VBScriptPython

 

Dim oMyResultsList, Column
Set oMyResultsList = Navigator.Display.CurrDataFinder.ResultsList
For Each Column in oMyResultsList.Columns
  Call MsgBoxDisp(Column.Property)
Next

Properties

Count

Methods

Add | Item | Remove | RemoveAll