Returns an item from the array by its index number. Note that .NET arrays are 0 based!
public object Item(int index);
Parameters
index
0 based array index to retrieve
See also:
Class ComArray© West Wind Technologies, 2004-2020 • Updated: 12/22/16
Comment or report problem with topic