|
|
|
|
|
<Kanban list>.ListIndex (Function) In french: <Liste de Kanban>.IndiceListe Returns the index of a list in a Kanban control. Note: List visibility is not taken into account. Indice is int
Indice = LISTE_A_revoir.IndiceListe()
IF Indice = 1 THEN
KANBAN_MonKanban.AjouteListe("A commencer")
END
Syntax
<Result> = <Kanban list>.ListIndex()
<Result>: Integer - Index of the list in the Kanban control,
- 0 if the Kanban list does not exist.
Note: This index corresponds to the editing index.
<Kanban list>: Control name Name of the Kanban List control to be handled. This name can correspond to: - the name of the Kanban List control defined in the editor,
- the name of the Kanban List control defined programmatically.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|