System::Collections::Specialized::StringCollection::idx_set method
StringCollection::idx_set method
Sets value at specified position.
void System::Collections::Specialized::StringCollection::idx_set(int index, const System::String &value)
Parameter | Type | Description |
---|---|---|
index | int | Index to set string at. |
value | const System::String& | String value to set at specified index. |
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++