In This Topic
Add a new item to the end in the
C1.Win.List.ListBase.C1ListBase.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 C1.Win.List.ListBase.C1ListBase.AddItemSeparator.
See Also