LastEnterableColumn - cCJGrid
Returns the handle of the last enterable column object
Type: Function
Return Data Type: Handle
Syntax
Function LastEnterableColumn Returns Handle
Call Example
Get LastEnterableColumn to HandleVariable
Description
LastEnterableColumn returns the handle of the last enterable column object. It considers each column, in reverse order, starting with the last object. It determines if a column is enterable by calling CanNavigateIntoColumn for each column.
If you wish to move to the first enterable column use MoveToLastEnterableColumn.
Return Value
Returns the handle of the last enterable column object.