SetItemNumber

Description

Sets the value of a row and column in a DataWindow control to the specified value.

Syntax

Web DataWindow server component

short dwcontrol.SetItemNumber ( long row, string column, 
double value )

short dwcontrol.SetItemNumberByColNum ( long row, short column,
double value )

Returns

Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is NULL, the method returns NULL.