Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the column number of a specific element.

Parameters:

  • id or object - id or object reference of the element
  • ignore original - optional flag used to ignore the original column of the element and to determine the column based on its new position, assuming the element has been moved using the Genie designer or with JavaScript code

Example:

var column = getCol('D_6_12');  // returns 12
  • No labels