|
|
|
|
|
<Kanban list>.InsertCard (Function) In french: <Liste de kanban>.InsèreCarte Inserts a card in a Kanban list.
LISTE_Liste_a_revoir is Control
LISTE_Liste_a_revoir <- KANBAN_Révision.AjouteListe("Revues")
maCarte1 is kbCard
maCarte1.Title = "Géographie"
LISTE_Liste_a_revoir.InsèreCarte(1, maCarte1)
Syntax
<Result> = <Kanban list>.InsertCard(<Position> , <Card>)
<Result>: Integer Index of the inserted element. <Kanban list>: Control name Name of the Kanban List control in which the card should be inserted. 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.
<Position>: entier Position where the card is to be inserted. <Card>: kbCard variable Name of the kbCard variable that corresponds to the inserted card. The card is inserted at the specified position in the Kanban list.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|