|
|
|
|
|
<Kanban>.AddCard (Function) In french: <Kanban>.AjouteCarte Adds a card to a list in a Kanban control.
myCard is kbCard
myCard.Title = "English"
LIST_Subjects_to_review.AddCard(myCard)
Syntax
<Result> = <Kanban control>.AddCard(<Kanban list>)
<Result>: Integer Index of the added element. <Kanban control>: Control name Name of the Kanban List control to which the card should be added. <Kanban list>: Control name Name of the kbCard variable that corresponds to the card to be added. The card is added at the end of the specified Kanban list. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|