TTMSFNCKanbanBoardColumns Class
A collection of TTMSFNCKanbanBoardColumn objects that represent the columns of the kanban board.
API unit family: TMSFNCKanbanBoard
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCKanbanBoardColumns = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the columns in the collection. |
| KanbanBoard | The kanban board that owns this columns collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new column to the board and returns it. |
| GetKanbanBoard | Returns the kanban board that owns this columns collection. |
| Insert | Inserts a new column at the specified zero-based index and returns it. |