Insert()
StringCollection::Insert(int, const System::String&) method
Inserts specific value into container.
void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to insert string into. |
value | const System::String& | Value to insert into specified position. |
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Slides