DIAdem Help

Method: RemoveAll for Columns

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

Method: RemoveAll for Columns

Deletes all elements from the Columns collection.

Object.RemoveAll()
ObjectColumns
Object with this method

The following example deletes all the columns in a channel table. The DisplayObj must be a ChannelTable type:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.Columns.RemoveAll