DIAdem Help

Method: Remove for DirectCellChannels

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

Method: Remove for DirectCellChannels

Deletes one element from the DirectCellChannels collection.

Object.Remove(DAChnNameOrIndex)
ObjectDirectCellChannels
Object with this method
DAChnNameOrIndexVariant
Specifies the name or the index of the channel that is to be deleted.

The following example deletes the MyChannel channel:

Call oCellBlock.Channels.Remove("MyChannel")