Object Reference > Strings Collection > Strings Collection Methods > Add Method (Strings) |
Add Method (Strings)
Adds a String to the collection.
Sub Add(String As String, [BeforeIndex])
Example
' Adds a series field
Chart2D1.ChartGroups(1).SeriesFields.Add "Income"
Part |
Type |
Description |
String |
String |
The text string. |
BeforeIndex |
Variant |
Index of the location of the new string in the collection (if omitted, add at end). |
See Also