|
|
|
|
|
TableColumnIndex (Function) In french: TableIndiceColonne
Warning
From version 28 (75), TableColumnSubscript is kept for backward compatibility. This function has been replaced with TableColumnIndex.
Returns the index of a column in a Table or Treeview Table control.
Syntax
<Result> = TableColumnIndex(<Table control> , <Column> , <Order>)
<Result>: Integer Column index: - The index of the first column is set to 1.
- The invisible columns are also listed.
<Table control>: Control name Name of the Table or TreeView Table control to be used.
If this parameter corresponds to an empty string (""), TableColumnIndex will handle the control to which the current event belongs. <Column>: Character string Name of the column to be used. <Order>: Integer constant Specifies the order of relevant columns: | | tcpCreation | Order in which the columns have been created when describing the Table control. | tcpDisplay | Order in which the columns are displayed at runtime. |
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|