Adds an item of the type RibbonListViewItem to the end of this collection.

Add(RibbonListView.RibbonListViewItem)

public int Add(RibbonListView.RibbonListViewItem item);
Public Function Add(ByVal item As RibbonListView.RibbonListViewItem) As Integer

Parameters

Parameter Description
item The item to be added to the end of this collection.

Return Value

The collection's index at which the value has been added.