DIAdem Help

Method: RemoveAll for Columns

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

Method: RemoveAll for Columns

Removes, in a DataFinder or a data store, all columns that were added manually from the search results.

Object.RemoveAll
ObjectColumns
Object with this method
Note  If you run a search, DIAdem automatically generates new columns. You only can modify the columns that you have added manually.

The following example removes in a DataFinder all manually added columns from the search results list:

VBScriptPython

 

Dim oMyResultsList
Set oMyResultsList = Navigator.Display.CurrDataFinder.ResultsList
oMyResultsList.Columns.RemoveAll