SetCellValueInt

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetCellValueInt(iColumn:Int, iRow:Int, iValue:Int)
Sets the cells value (int).

Returns

Nothing

Parameters

  • iColumn:Int - Column of the cell.
  • iRow:Int - Row of the cell.
  • iValue:Int - New integer value of the cell.

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools