Requires: VI Scripting
Inherits from Constant. View the class hierarchy.
| Method | Description |
|---|---|
| Delete Column | Deletes a column at the index you specify. This method applies only to 2D arrays. Details |
| Delete Element | Deletes an element at the index you specify. This method applies only to 1D arrays. Details |
| Delete Row | Deletes a row at the index you specify. This method applies only to 2D arrays. Details |
| Empty Array | Deletes all the elements in an array. Details |
| Insert Column Before | Inserts a column before the index you specify. This method applies only to 2D arrays. Details |
| Insert Element Before | Inserts an element before the index you specify. This method applies only to 1D arrays. Details |
| Insert Row Before | Inserts a row before the index you specify. This method applies only to 2D arrays. Details |