C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItemCollection Class / Add Method
item to add.

In This Topic
Add Method (C1CarouselItemCollection)
In This Topic
Adds C1CarouselItem node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal item As C1CarouselItem _
) 
 

Parameters

item
item to add.
See Also