IList: Add

Add

Adds a new item to the list.



 Public Function Add(
	  ByRef Value As Variant ) As Long

Parameters

Value
[ByRef] Variant. The item to be added to the list.

Return Values

Long - 

See Also

Project CorLib Overview

Class IList Overview