Method: Remove for HeaderItems
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: Remove for HeaderItems
Method: Remove for HeaderItems
Deletes one element from the HeaderItems collection.
Object.Remove(NameOrIndex)
| Object | HeaderItems Object with this method |
| NameOrIndex | Variant Specifies the name or the index of the property to be deleted in the table heading. |
The following example deletes a table heading:
| VBScript | Python |
Call View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems.Remove("Name")