[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValuesArray.SetValue

SetValue Method

SetValue(object)

Sets values to this IValuesArray object.

Declaration
bool SetValue(object values)
Function SetValue(values As Object) As Boolean
Parameters
Type Name Description
object values

The object that contains one or many values.

Returns
Type Description
bool

true if values are set, false otherwise.

Remarks

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.