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