DIAdem Help

Method: RemoveAll for Columns

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

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