Add()
StringCollection::Add(const System::String&) method
Adds value to the end of the list.
int System::Collections::Specialized::StringCollection::Add(const System::String &value)
Arguments
Parameter | Type | Description |
---|---|---|
value | const System::String& | String to add. |
Return Value
Index of inserted element.
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Slides