GridData.SetRowValues
 
 
 

GridData.SetRowValues operator

Introduced

v4.0

Description

Sets values for a single row of a GridData object.

C# Syntax

GridData.SetRowValues( Object in_lRow, Object in_1DArray );

Scripting Syntax

GridData.SetRowValues( RowIndex, [NewValues] );

Parameters

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

See Also

GridData.GetRowValues GridData.SetColumnValues GridData.Data