dotnetCHARTING Send comments on this topic.
Add(String) Method
See Also 
dotnetCHARTING Namespace > ListCollection Class > Add Method : Add(String) Method


str
Adds a single or multiple items using a string.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal str As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ListCollection
Dim str As String
 
instance.Add(str)
C# 
public void Add( 
   string str
)

Parameters

str

See Also

© 2010 All Rights Reserved.