setItem( iRow, iCol, oValue ) method

Sets the value of a row and column.

Syntax

setItem( iRow, iCol, oValue ) → {boolean}

Parameters

Name Type Description
iRow int The row of the item
iCol int The col of the item
oValue object The value to be set

Returns

Type:

boolean

Source

SuperList.API.js, line 230.