|
|
|
|
|
<Kanban>.Count (Function) In french: <Kanban>.Occurrence Returns the number of cards or lists in a Kanban control.
LIB_NbTâches = "Total: " + KANBAN_MonKanban.Occurrence(kcCardTotal)
Syntax
<Result> = <Kanban control>.Count(<Count>)
<Result>: Integer Number of elements. <Kanban control>: Control name Name of the Kanban control used. <Count>: Integer constant Type of information requested: | | kcCardTotal | Total number of cards in the control. | kcCardVisible | Number of visible cards. | kcListTotal | Total number of Kanban lists in the control. | kcListVisible | Number of visible Kanban lists. |
Note: The number of visible Kanban cards and lists takes into account the cards and lists accessible by moving the elevator..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|