SetCellValueString

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetCellValueString(iColumn:Int, iRow:Int, strValue:String)
Sets the cells value (string).

Returns

Nothing

Parameters

  • iColumn:Int - Column of the cell.
  • iRow:Int - Row of the cell.
  • strValue:String - New string value of the cell.

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools