SetCellValueString
From IfsoGUIWiki
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.
