SetElement
SetElement(IValueGetter, int, IValueGetter)
Description
Set the element
Parameters
| Parameter Name | Description |
|---|---|
| listGetter | Instance to get list |
| index | Element index |
| elementGetter | Instance to get element value |
Returns
Returns true if the element is set. Otherwise returns false.