Property nItem of interface INumArray returns/sets Value of LONG ...
Syntax
HRESULT get_Item([in] ULONG nIndex,
[out, retval] LONG* nItem);
HRESULT put_Item([in] ULONG nIndex,
[in] LONG nItem);
Parameters
- nIndex
- [in] Value of ULONG.
See Also
INumArray