AddItem Method (IDropDownView)
In This Topic
Adds a new item to the end of view in the unbound mode.
Syntax
'Declaration
Sub AddItem( _
ByVal As String _
)
Parameters
- newItem
- A string containing the data for the new row. Items are separated by the value of the ISupportUnboundMode.AddItemSeparator property.
Example
The code below adds 10 rows and 3 columns to the view.
See Also