|
virtual void MgStringCollection::SetItem |
( |
INT32 |
index, |
|
|
CREFSTRING |
value | |
|
) |
| | [virtual] |
Sets the item in the collection at the specified index position to the specified value.
.NET Syntax
virtual void SetItem(int index, string value);
|
Java Syntax
virtual void SetItem(int index, String value);
|
PHP Syntax
virtual void SetItem(int index, string value);
|
- Parameters:
-
| index | (int) Input index |
| value | (String/string) Input value |
- Returns:
- Returns nothing.
- Exceptions:
-
|