Provides access to members that control long arrays.
The ILongArray interface provides methods and properties for inserting, removing and accessing elements in a LongArray via a zero-based index.
| Description | ||
|---|---|---|
![]() |
Add | Adds an element to the array. |
![]() |
Count | The number of elements in the array. |
![]() |
Element | An element in the array. |
![]() |
Insert | Inserts an element to the array. |
![]() |
Remove | Removes an element from the array. |
![]() |
RemoveAll | Removes all elements from the array. |
| CoClasses and Classes | Description |
|---|---|
| LongArray | An object for holding a Long array. |