AddRow
From IfsoGUIWiki
Contents |
Declaration
AddRow(iIndex:Int = -1)
Adds a Row to the gadget. Each cell in the new row is given the default column value from its column.
Returns
Nothing
Parameters
iIndex:Int = -1 - The index of the row to add. Defaults to -1 which adds the cell at the end of the list.
Gadget Information
Pertains to Multi-Column Listbox.
