DIAdem Help

Method: Remove for HeaderItems

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

Method: Remove for HeaderItems

Deletes one element from the HeaderItems collection.

Object.Remove(NameOrIndex)
ObjectHeaderItems
Object with this method
NameOrIndexVariant
Specifies the name or the index of the property to be deleted in the table heading.

The following example deletes a table heading:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems.Remove("Name")