ArrayConstant Methods

Requires: VI Scripting

Inherits from Constant. View the class hierarchy.

MethodDescription
Delete ColumnDeletes a column at the index you specify. This method applies only to 2D arrays. Details
Delete ElementDeletes an element at the index you specify. This method applies only to 1D arrays. Details
Delete RowDeletes a row at the index you specify. This method applies only to 2D arrays. Details
Empty ArrayDeletes all the elements in an array. Details
Insert Column BeforeInserts a column before the index you specify. This method applies only to 2D arrays. Details
Insert Element BeforeInserts an element before the index you specify. This method applies only to 1D arrays. Details
Insert Row BeforeInserts a row before the index you specify. This method applies only to 2D arrays. Details