geGetEditCellView
geGetEditCellView( [w_windowId] ) =>d_cellview
Description
Returns the ID for the cellview being edited.
This value is normally the same as that returned by geGetWindowCellView. Only when you are editing a cell in place do the two functions return different results. If you know what window you are interested in, a shorthand equivalent to this function may be used: window(n)->editCellView.
You can also use the function gec, which is a shortcut for the function geGetEditCellView.
Arguments
Value Returned
Examples
Returns db:654321, which is the edited cellview.
geGetEditCellView( getCurrentWindow( ) )
Related Topics
Return to top