|
|
|
|
KanbanCount (Function) In french: KanbanOccurrence Returns the number of cards or lists in a Kanban control.
// Displays the total number of cards in the Kanban control STC_NbTasks = "Total: " + KanbanCount(KANBAN_MyKanban, kcCardTotal)
Syntax
<Result> = KanbanCount(<Kanban control> , <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. |
Remark: The number of visible Kanban cards and lists corresponds to the cards and lists that can be accessed when scrolling the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|