[]
Sets values to this IValuesArray object.
bool SetValue(object values)
Function SetValue(values As Object) As Boolean
Type | Name | Description |
---|---|---|
object | values | The object that contains one or many values. |
Type | Description |
---|---|
bool |
|
If values
is an array, its elements will be set to the corresponding element of this IValuesArray object. Otherwise, the same value will be set to all elements.