
v4.0
Sets values for a single row of a GridData object.
GridData.SetRowValues( Object in_lRow, Object in_1DArray ); |
GridData.SetRowValues( RowIndex, [NewValues] ); |
| Parameter | Type | Description |
|---|---|---|
| RowIndex | long or string | Index or label of the Row. The top row has index 0. |
| NewValues | 1-Dimensional Array | This size of this array should be equal to GridData.ColumnCount |