Method: RemoveAll for Columns
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: RemoveAll for Columns
Method: RemoveAll for Columns
Deletes all elements from the Columns collection.
Object.RemoveAll()
| Object | Columns Object with this method |
The following example deletes all the columns in a channel table. The DisplayObj must be a ChannelTable type:
| VBScript | Python |
Call View.ActiveSheet.ActiveArea.DisplayObj.Columns.RemoveAll