AddItem Method (C1ListBase)
In This Topic
Add a new item to the end in the
AddItem mode.
Syntax
'Declaration
Public Sub AddItem( _
ByVal As String _
)
public void AddItem(
string
)
Parameters
- newItem
- The item to be added. It is delimited by the AddItemSeparator.
See Also