|
|
|
|
|
KanbanAddList (Function) In french: KanbanAjouteListe Adds a new list to a Kanban control.
LIST_List_to_review is Control
LIST_List_to_review <- KanbanAddList(KANBAN_Kanban1, "To_review")
LIST_List_to_review.Title = "Tasks to review"
Syntax
<Result> = KanbanAddList(<Kanban control> , <Kanban list>)
<Result>: Control "Kanban list" control. <Kanban control>: Control name Name of the Kanban control to be used. <Kanban list>: Character string Name of the Kanban list to be created. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|