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 - 

Remarks

See Also

Project VBCorLib Overview Class IList Overview IList Properties IList Methods Clear