Requires: VI Scripting
Inherits from Constant. View the class hierarchy.
| Property | Description |
|---|---|
| Element | Returns a reference to an array element. Details |
| Element Gap? | Returns TRUE if there is a gap between elements of the array. Details |
| Horizontal Scrollbar Visible | Returns TRUE if the horizontal scroll bar is visible. Details |
| Index Rect | Returns the coordinates of the rectangle that encloses the index display on the array. Details |
| Index Value | Returns an array of indices for the element displayed in the top left corner of the array of each dimension. Details |
| Index Visible? | Returns TRUE if the array index is visible. Details |
| Num Dimensions | Returns the number of dimensions in the array. Details |
| Number of Columns | Returns the number of visible columns in the array. Details |
| Number of Rows | Returns the number of visible rows in the array. Details |
| Selection End[] | Returns an array of the number of elements you select in each dimension of the array. Details |
| Selection Start[] | Returns an array of the indexes for each dimension that specifies the beginning of data selection. Details |
| Show Selection? | Returns TRUE if the selected elements of the array are visible. Details |
| Vertical Scrollbar Visible | Returns TRUE if the vertical scrollbar is visible. Details |