| Overload | Description | 
|---|---|
| SetValue(GenericData,Int32) | Sets a value to the element at the specified position in the one-dimensional array. The index is specified as a 32-bit integer. | 
| SetValue(GenericData,Int64) | Sets a value to the element at the specified position in the one-dimensional array. The index is specified as a 64-bit integer. | 
| SetValue(GenericData,Int32[]) | Sets a value to the element at the specified position in the multidimensional array. The indexes are specified as an array of 32-bit integers. | 
| SetValue(GenericData,Int64[]) | Sets a value to the element at the specified position in the multidimensional array. The indexes are specified as an array of 64-bit integers. | 
