Adds an object to the end of the
Collection.
Syntax
'Declaration
Public Sub Add( _
ByVal As SortBy _
)
public void Add(
SortBy
)
Parameters
- item
- The object to be added to the end of the Collection. The value can be null for reference types.
See Also