GetActiveCell
From IfsoGUIWiki
Contents |
Declaration
GetActiveCell(iColumn:Int Var, iRow:Int Var)
Retrieves the active cell.
Returns
Nothing
Parameters
- iColumn:Int - This value is set to the column of the active cell, or -1 if no cell is active.
- iRow:Int - This value is set to the row of the active cell, or -1 if no cell is active.
Gadget Information
Pertains to Multi-Column Listbox.
