|
|
|
|
|
<Kanban>.InsertCard (Function) In french: <Kanban>.InsèreCarte Inserts a card in a Kanban list.
myCard is kbCard
myCard.Title = "English"
KANBAN_Review.InsertCard(LIST_Subjects_to_review, 1, myCard)
Syntax
<Result> = <Kanban control>.InsertCard(<Kanban list> , <Position> , <Card>)
<Result>: Integer Index of the inserted element. <Kanban control>: Control name Name of the Kanban control used. <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.
If the Kanban list does not exist, it is added to the Kanban control. <Position>: Integer 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|