company logo

Column :: position - Column position

The column position in a region begins with position 0 for the first column. When setting a column name, the position will be determined for the new column name. When a column name is set, the position will be recalculated from the new column name.

When complex columns have been defined, still the column position in the list is the column position in the property,

Return value:  Position in collection ( int32  )

The position of an entry in a collection or list is the number of the entry in the collection beginning with 0 for the first entry.

Implementation overview

Implementation details

  1. Get position of column
    int32 Column  :: position (  )

    The function returns the position of the column in the region.

  2. to list
  3. Change column position
    int32 Column  :: position ( int32 iPosition )

    When changing column position, column name and ID will be reset and re-calculated for the new column.

    • iPosition - Position in collection

      The position of an entry in a collection or list is the number of the entry in the collection beginning with 0 for the first entry.

  4. to list